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>
- Direct Known Subclasses:
Procedures.ThrowingProcedureAdapter
public abstract class CheckedProcedure<T>
extends Object
implements Procedure<T>, ThrowingProcedure<T>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.impl.block.procedure.checked.ThrowingProcedure
safeValue