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 Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateThrowingProcedure2Adapter(ThrowingProcedure2<T, P> throwingProcedure2) -
Method Summary
Methods inherited from class CheckedProcedure2
valueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThenMethods inherited from interface Procedure2
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
throwingProcedure2
-
-
Constructor Details
-
ThrowingProcedure2Adapter
-
-
Method Details
-
safeValue
-