Package ushiosan.jvm_utilities.function
Interface Apply.Empty<T>
- All Superinterfaces:
Apply
- Enclosing interface:
- Apply
-
Nested Class Summary
Nested classes/interfaces inherited from interface ushiosan.jvm_utilities.function.Apply
Apply.Empty<T>, Apply.EmptyError<T>, Apply.EmptyErrorSafe<T>, Apply.Result<T,V>, Apply.ResultError<T, V>, Apply.ResultErrorSafe<T, V> -
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
-