public class WithBlock extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
WithBlock.Consumer0 |
static interface |
WithBlock.Consumer1<V> |
| Constructor and Description |
|---|
WithBlock() |
| Modifier and Type | Method and Description |
|---|---|
static <V> void |
with(V v,
boolean nullSafe,
WithBlock.Consumer1<V> consumer) |
static <V> void |
with(V v,
boolean nullSafe,
WithBlock.Consumer1<V> consumer,
WithBlock.Consumer0 elseConsumer) |
public static <V> void with(V v,
boolean nullSafe,
WithBlock.Consumer1<V> consumer)
throws IOException
IOExceptionpublic static <V> void with(V v,
boolean nullSafe,
WithBlock.Consumer1<V> consumer,
WithBlock.Consumer0 elseConsumer)
throws IOException
IOExceptionCopyright © 2016–2020 Fizzed, Inc. All rights reserved.