Class CheckedProcedure<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Consumer<T>
,Procedure<T>
,ThrowingProcedure<T>
- Direct Known Subclasses:
Procedures.ThrowingProcedureAdapter
public abstract class CheckedProcedure<T> extends java.lang.Object implements Procedure<T>, ThrowingProcedure<T>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CheckedProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
value(T object)
-
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.impl.block.procedure.checked.ThrowingProcedure
safeValue
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-