public interface Procedure<E> extends ThrowingProcedure<E,RuntimeException>, Consumer<E>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(E e) |
void accept(E e) throws RuntimeException
accept in interface Consumer<E>accept in interface ThrowingProcedure<E,RuntimeException>RuntimeExceptionCopyright © 2022 MicroStream Software. All rights reserved.