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