T - the type parameterR - the type parameterE - the type parameter@FunctionalInterface
public interface IJavetUniFunction<T,R,E extends java.lang.Throwable>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T value)
Apply.
|
R apply(T value) throws JavetException, E extends java.lang.Throwable
value - the valueJavetException - the javet exceptionE - the custom exceptionE extends java.lang.Throwable