Class CheckedBooleanProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,BooleanProcedure
public abstract class CheckedBooleanProcedure extends java.lang.Object implements BooleanProcedure
This file was automatically generated from template file checkedPrimitiveProcedure.stg.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CheckedBooleanProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
safeValue(boolean item)
void
value(boolean item)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public final void value(boolean item)
- Specified by:
value
in interfaceBooleanProcedure
-
safeValue
public abstract void safeValue(boolean item) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-