Interface Apply.EmptyError<T>

All Superinterfaces:
Apply
All Known Subinterfaces:
Apply.EmptyErrorSafe<T>
Enclosing interface:
Apply

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

    • apply

      void apply(T item) throws Exception
      Apply configuration to the object and return it as a result
      Parameters:
      item - target element to which the changes will be applied
      Throws:
      Exception - Error if something goes wrong