Class Functions0.ThrowingFunction0Adapter<T>

java.lang.Object
org.eclipse.collections.impl.block.function.checked.CheckedFunction0<T>
org.eclipse.collections.impl.block.factory.Functions0.ThrowingFunction0Adapter<T>
All Implemented Interfaces:
Serializable, Supplier<T>, Function0<T>, ThrowingFunction0<T>
Enclosing class:
Functions0

private static final class Functions0.ThrowingFunction0Adapter<T> extends CheckedFunction0<T>
  • Field Details

  • Constructor Details

    • ThrowingFunction0Adapter

      private ThrowingFunction0Adapter(ThrowingFunction0<T> throwingFunction0)
  • Method Details