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, Procedures2.ThrowingProcedure2Adapter
public abstract class CheckedProcedure2<T,P>
extends Object
implements Procedure2<T,P>, ThrowingProcedure2<T,P>
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CheckedProcedure2
public CheckedProcedure2()
-
-
Method Details
-
value
-