Module ushiosan.jvm.utilities
Package ushiosan.jvm.function
Interface UFunErrSafe<R,E extends Throwable>
- Type Parameters:
E- execution error
- All Superinterfaces:
UFunErr<R,E>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Representation of a method in Java. Although called a function, it works very similar to a
method, and it is possible to reference one via referencing or lambda expressions.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceUFunErrSafe.UFunErrSafe1<R,T1, E extends Throwable> Representation of a method in Java.static interfaceRepresentation of a method in Java.static interfaceRepresentation of a method in Java.static interfaceRepresentation of a method in Java.static interfaceRepresentation of a method in Java.static interfaceRepresentation of a method in Java.Nested classes/interfaces inherited from interface ushiosan.jvm.function.UFunErr
UFunErr.UFunErr1<R,T1, E extends Throwable>, UFunErr.UFunErr2<R, T1, T2, E extends Throwable>, UFunErr.UFunErr3<R, T1, T2, T3, E extends Throwable>, UFunErr.UFunErr4<R, T1, T2, T3, T4, E extends Throwable>, UFunErr.UFunErr5<R, T1, T2, T3, T4, T5, E extends Throwable>, UFunErr.UFunErr6<R, T1, T2, T3, T4, T5, T6, E extends Throwable> -
Method Summary
Modifier and TypeMethodDescriptionMethod that invokes the behavior of the function.
-
Method Details
-
invokeSafe
Method that invokes the behavior of the function. This method takes the necessary parameters.- Returns:
- function call result
-