Class CheckedFunction0<R>

java.lang.Object
org.eclipse.collections.impl.block.function.checked.CheckedFunction0<R>
All Implemented Interfaces:
Serializable, Supplier<R>, Function0<R>, ThrowingFunction0<R>

public abstract class CheckedFunction0<R> extends Object implements Function0<R>, ThrowingFunction0<R>
See Also:
  • Constructor Details

    • CheckedFunction0

      public CheckedFunction0()
  • Method Details

    • value

      public final R value()
      Specified by:
      value in interface Function0<R>