Package ushiosan.jvm_utilities.function
Interface Apply.ResultError<T,V>
- All Superinterfaces:
Apply
- All Known Subinterfaces:
Apply.ResultErrorSafe<T,V>
- 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- Returns:
- returns the resulting object after applying the configuration
- Throws:
Exception- error if something goes wrong
-