| Modifier and Type | Method and Description |
|---|---|
default IBlock<E> |
IBlock.then(IBlock<E> block) |
| Modifier and Type | Method and Description |
|---|---|
default IBlock<E> |
IBlock.then(IBlock<E> block) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
If.excecute(IBlock<E> block) |
<E extends Exception> |
IIf.excecute(IBlock<E> consumer) |
IOptional<T,E> |
IOptional.or(IBlock<E> block) |
<E extends Exception> |
If.or(IBlock<E> block) |
<E extends Exception> |
IIf.or(IBlock<E> consumer) |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Exception> |
IBooleanProvider.isFalse(IBlock<E> block) |
default <E extends Exception> |
IBooleanProvider.isTrue(IBlock<E> block) |
| Modifier and Type | Method and Description |
|---|---|
BlockVisitor<K,E> |
BlockVisitor.defaultCase(IBlock<E> function) |
static <E extends Exception> |
ClassVisitors.ifCase(IBlock<E> function,
Class... keys) |
BlockVisitor<K,E> |
BlockVisitor.ifCase(IBlock<E> function,
K... keys) |
static <K extends Enum<K>,E extends Exception> |
EnumVisitors.ifCase(IBlock<E> function,
K... keys) |
| Modifier and Type | Method and Description |
|---|---|
default <T,E extends Exception> |
ICanceler.watcherFactory() |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Exception> |
IValidationResult.ifValid(IBlock<E> block) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.