Module ushiosan.jvm.utilities
Package ushiosan.jvm.function
Interface UEmptyFunErr.UEmptyFunErr1<T1,E extends Throwable>
- Type Parameters:
T1- function argumentE- execution error
- All Known Subinterfaces:
UEmptyFunErrSafe.UEmptyFunErrSafe1<T1,E>
- Enclosing interface:
- UEmptyFunErr<E extends Throwable>
- 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.
-
Method Summary
-
Method Details
-
invoke
Method that invokes the behavior of the function. This method takes the necessary parameters.- Parameters:
a1- function argument- Throws:
E- error if something goes wrong
-