public class NonNullMapper<T> extends Object
| Modifier and Type | Method and Description | 
|---|---|
static <T> NonNullMapper<T> | 
ifNotNull(T source)  | 
<U> U | 
map(Function<T,U> mapper)  | 
public static <T> NonNullMapper<T> ifNotNull(T source)
Copyright © 2016–2025. All rights reserved.