public class IfThenFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IfThenFactory.IfNonNull<T,R> |
static class |
IfThenFactory.IfTrue |
| Constructor and Description |
|---|
IfThenFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IfThenFactory.IfTrue |
when(boolean bool) |
static <T,R> IfThenFactory.IfNonNull<T,R> |
whenNonNull(T value) |
public static IfThenFactory.IfTrue when(boolean bool)
public static <T,R> IfThenFactory.IfNonNull<T,R> whenNonNull(T value)