Class CheckedProcedure2<T,P>
java.lang.Object
org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2<T,P>
- All Implemented Interfaces:
Serializable
,BiConsumer<T,P>
,Procedure2<T,P>
,ThrowingProcedure2<T,P>
- Direct Known Subclasses:
MultimapKeyValuesSerializingProcedure
public abstract class CheckedProcedure2<T,P> extends Object implements Procedure2<T,P>, ThrowingProcedure2<T,P>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CheckedProcedure2()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.impl.block.procedure.checked.ThrowingProcedure2
safeValue
-
Constructor Details
-
CheckedProcedure2
public CheckedProcedure2()
-
-
Method Details
-
value
- Specified by:
value
in interfaceProcedure2<T,P>
-