Module ushiosan.jvm.utilities
Package ushiosan.jvm.function
Interface UEmptyFunErrSafe<E extends Throwable>
- Type Parameters:
E- execution error
- All Superinterfaces:
UEmptyFunErr<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 interfaceUEmptyFunErrSafe.UEmptyFunErrSafe1<T1,E extends Throwable> Representation of a method in Java.static interfaceUEmptyFunErrSafe.UEmptyFunErrSafe2<T1,T2, 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.Nested classes/interfaces inherited from interface ushiosan.jvm.function.UEmptyFunErr
UEmptyFunErr.UEmptyFunErr1<T1,E extends Throwable>, UEmptyFunErr.UEmptyFunErr2<T1, T2, E extends Throwable>, UEmptyFunErr.UEmptyFunErr3<T1, T2, T3, E extends Throwable>, UEmptyFunErr.UEmptyFunErr4<T1, T2, T3, T4, E extends Throwable>, UEmptyFunErr.UEmptyFunErr5<T1, T2, T3, T4, T5, E extends Throwable>, UEmptyFunErr.UEmptyFunErr6<T1, T2, T3, T4, T5, T6, E extends Throwable> -
Method Summary
Modifier and TypeMethodDescriptiondefault voidMethod that invokes the behavior of the function.Methods inherited from interface ushiosan.jvm.function.UEmptyFunErr
invoke
-
Method Details
-
invokeSafe
default void invokeSafe()Method that invokes the behavior of the function. This method takes the necessary parameters.
-