Class CheckedBooleanIntProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanIntProcedure
-
- All Implemented Interfaces:
Serializable,BooleanIntProcedure
public abstract class CheckedBooleanIntProcedure extends Object implements BooleanIntProcedure
- Since:
- 4.0.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckedBooleanIntProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidsafeValue(boolean item1, int item2)voidvalue(boolean item1, int item2)
-
-
-
Method Detail
-
value
public final void value(boolean item1, int item2)- Specified by:
valuein interfaceBooleanIntProcedure
-
-