Class CheckedProcedure<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure<T>
-
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>,ThrowingProcedure<T>
public abstract class CheckedProcedure<T> extends Object implements Procedure<T>, ThrowingProcedure<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckedProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalue(T object)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.impl.block.procedure.checked.ThrowingProcedure
safeValue
-
-