Package org.eclipse.collections.impl.block.procedure.checked
This package contains abstract implementations of
Procedure
and Procedure2
.-
Interface Summary Interface Description ThrowingProcedure<T> A functional interface that can be represented by a Lambda that can throw a CheckedException.ThrowingProcedure2<T,P> A functional interface that can be represented by a Lambda that can throw a CheckedException. -
Class Summary Class Description CheckedObjectIntProcedure<T> CheckedProcedure<T> CheckedProcedure2<T,P> MultimapKeyValuesSerializingProcedure<K,V>