Package ushiosan.jvm_utilities.function
Interface Apply.Empty<T>
- Type Parameters:
T- the type of data you enter as a parameter
- All Superinterfaces:
Apply
- Enclosing interface:
- Apply
Very similar to the
Apply interface but with the difference that it does not return a value at the
time of its call. That's why it's called Empty-
Nested Class Summary
Nested classes/interfaces inherited from interface ushiosan.jvm_utilities.function.Apply
Apply.Empty<T>, Apply.EmptyError<T,E extends Throwable>, Apply.EmptyErrorSafe<T, E extends Throwable>, Apply.Result<T, V>, Apply.ResultError<T, V, E extends Throwable>, Apply.ResultErrorSafe<T, V, E extends Throwable> -
Method Summary
-
Method Details
-
apply
Apply configuration to the object and return it as a result- Parameters:
item- target element to which the changes will be applied
-