public class Functions extends Object
| Constructor | Description |
|---|---|
Functions() |
| Modifier and Type | Method | Description |
|---|---|---|
static <S,T> List<T> |
overrideIfNotEmpty(S template,
S source,
Function<S,List<T>> attribute) |
|
static <S,T> T |
overrideIfNotNull(S template,
S source,
Function<S,T> attribute) |
Copyright © 2018. All rights reserved.