public interface IIf
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
excecute(IBlock<E> consumer) |
<O,E extends Exception> |
excecute(ISupplier<O,E> supplier) |
<E extends Exception> |
or(IBlock<E> consumer) |
<O,E extends Exception> |
or(ISupplier<O,E> supplier) |
<O,E extends Exception> IOptional<O,E> excecute(ISupplier<O,E> supplier) throws E extends Exception
E extends Exception<E extends Exception> IIf excecute(IBlock<E> consumer) throws E extends Exception
E extends Exception<O,E extends Exception> IOptional<O,E> or(ISupplier<O,E> supplier) throws E extends Exception
E extends ExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.