Interface FunctionWithException<T,R>
-
public interface FunctionWithException<T,R>
- Since:
- 21/09/2016
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(T t)
-
-
-
Method Detail
-
apply
R apply(T t) throws P4JavaException
- Throws:
P4JavaException
-
-