public interface IObjectProvider<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
default boolean |
isEmpty() |
default IOptional<T,RuntimeException> |
optional() |
T get()
default boolean isEmpty()
default IOptional<T,RuntimeException> optional()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.