Interface Apply.Empty<T>

Type Parameters:
T - the type of data you enter as a parameter
All Superinterfaces:
Apply
Enclosing interface:
Apply

public static interface Apply.Empty<T> extends Apply
Very similar to the Apply interface but with the difference that it does not return a value at the time of its call. That's why it's called Empty
  • Method Details

    • apply

      void apply(T item)
      Apply configuration to the object and return it as a result
      Parameters:
      item - target element to which the changes will be applied