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