Class ObjectIntProcedures.ProcedureAdapter<T>
java.lang.Object
org.eclipse.collections.impl.block.factory.ObjectIntProcedures.ProcedureAdapter<T>
- All Implemented Interfaces:
Serializable
,ObjIntConsumer<T>
,ObjectIntProcedure<T>
- Enclosing class:
ObjectIntProcedures
private static final class ObjectIntProcedures.ProcedureAdapter<T>
extends Object
implements ObjectIntProcedure<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
procedure
-
-
Constructor Details
-
ProcedureAdapter
-
-
Method Details
-
value
- Specified by:
value
in interfaceObjectIntProcedure<T>
-