public final class Sugar
extends java.lang.Object
| Constructor and Description |
|---|
Sugar() |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> R |
callIfNotNull(T t,
Func1<T,R> action) |
static <T> void |
doIfNotNull(T t,
Action1<T> action) |