Interface Apply.EmptyErrorSafe<T>

All Superinterfaces:
Apply, Apply.EmptyError<T>
Enclosing interface:
Apply

public static interface Apply.EmptyErrorSafe<T> extends Apply.EmptyError<T>
  • Method Details

    • safeApply

      default void safeApply(T item)
      The same behavior of Apply.EmptyError.apply(Object) but without launch any error
      Parameters:
      item - target element to which the changes will be applied