Interface ThrowingProcedure<T>
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CheckedProcedure
public interface ThrowingProcedure<T> extends Serializable
A functional interface that can be represented by a Lambda that can throw a CheckedException.