Class Procedures2.ThrowingProcedure2Adapter<T,P>

java.lang.Object
org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2<T,P>
org.eclipse.collections.impl.block.factory.Procedures2.ThrowingProcedure2Adapter<T,P>
All Implemented Interfaces:
Serializable, BiConsumer<T,P>, Procedure2<T,P>, ThrowingProcedure2<T,P>
Enclosing class:
Procedures2

private static final class Procedures2.ThrowingProcedure2Adapter<T,P> extends CheckedProcedure2<T,P>
  • Field Details

  • Constructor Details

    • ThrowingProcedure2Adapter

      private ThrowingProcedure2Adapter(ThrowingProcedure2<T,P> throwingProcedure2)
  • Method Details