public interface NullableSource<F,D extends Generic<F>,O extends Generic<Optional<F>>>
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Generic<T> |
handler(NullHandler<F,T> handler) |
default D |
onNullDefault(F defaultValue) |
default D |
onNullDrop() |
default D |
onNullRun(Runnable action) |
default O |
onNullWrap() |
Copyright © 2018. All rights reserved.