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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThenMethods inherited from interface Procedure2
acceptMethods inherited from interface ThrowingProcedure2
safeValue
-
Constructor Details
-
CheckedProcedure2
public CheckedProcedure2()
-
-
Method Details
-
value
-