Class PassThruFunction0<T>

java.lang.Object
org.eclipse.collections.impl.block.function.PassThruFunction0<T>
All Implemented Interfaces:
Serializable, Supplier<T>, Function0<T>

public final class PassThruFunction0<T> extends Object implements Function0<T>
A passthru Function0 which returns the value specified.
See Also:
  • Constructor Details

    • PassThruFunction0

      public PassThruFunction0(T newResult)
  • Method Details