Interface Apply.Result<T,V>

All Superinterfaces:
Apply
Enclosing interface:
Apply

public static interface Apply.Result<T,V> extends Apply
  • Method Details

    • apply

      V 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
      Returns:
      returns the resulting object after applying the configuration