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
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.impl.block.procedure.checked.ThrowingProcedure
safeValue
-
Constructor Details
-
CheckedProcedure
public CheckedProcedure()
-
-
Method Details