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:
accept
in interfaceConsumer<E>
- Specified by:
accept
in interfaceThrowingProcedure<E,RuntimeException>
- Throws:
RuntimeException
-