Package one.microstream.functional
Interface Procedure<E>
- All Superinterfaces:
- Consumer<E>,- ThrowingProcedure<E,RuntimeException>
public interface Procedure<E> extends ThrowingProcedure<E,RuntimeException>, Consumer<E>
- 
Method Details- 
accept- Specified by:
- acceptin interface- Consumer<E>
- Specified by:
- acceptin interface- ThrowingProcedure<E,RuntimeException>
- Throws:
- RuntimeException
 
 
-