Package ushiosan.jvm_utilities.function
Interface Apply.EmptyErrorSafe<T>
- All Superinterfaces:
Apply,Apply.EmptyError<T>
- 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
Modifier and TypeMethodDescriptiondefault voidThe same behavior ofApply.EmptyError.apply(Object)but without launch any errorMethods inherited from interface ushiosan.jvm_utilities.function.Apply.EmptyError
apply
-
Method Details
-
safeApply
The same behavior ofApply.EmptyError.apply(Object)but without launch any error- Parameters:
item- target element to which the changes will be applied
-