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
ConstructorsModifierConstructorDescriptionprivate
ThrowingProcedure2Adapter
(ThrowingProcedure2<T, P> throwingProcedure2) -
Method Summary
Methods inherited from class org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2
value
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure2
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
throwingProcedure2
-
-
Constructor Details
-
ThrowingProcedure2Adapter
-
-
Method Details
-
safeValue
- Throws:
Exception
-