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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThenMethods inherited from interface org.eclipse.collections.api.block.procedure.Procedure2
acceptMethods inherited from interface org.eclipse.collections.impl.block.procedure.checked.ThrowingProcedure2
safeValue
-
Constructor Details
-
CheckedProcedure2
public CheckedProcedure2()
-
-
Method Details
-
value
- Specified by:
valuein interfaceProcedure2<T,P>
-