| Modifier and Type | Method and Description |
|---|---|
static IIf |
defined(Object value) |
<E extends Exception> |
excecute(IBlock<E> block) |
<O,E extends Exception> |
excecute(ISupplier<O,E> supplier) |
static IIf |
isTrue(boolean value) |
static IIf |
isTrue(Boolean value) |
<E extends Exception> |
or(IBlock<E> block) |
<O,E extends Exception> |
or(ISupplier<O,E> supplier) |
public static IIf isTrue(boolean value)
public <O,E extends Exception> IOptional<O,E> excecute(ISupplier<O,E> supplier) throws E extends Exception
public <O,E extends Exception> IOptional<O,E> or(ISupplier<O,E> supplier) throws E extends Exception
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.