Uses of Class
com.helger.base.wrapper.Wrapper
Packages that use Wrapper
-
Uses of Wrapper in com.helger.base.wrapper
Methods in com.helger.base.wrapper that return WrapperModifier and TypeMethodDescriptionstatic <T> @NonNull Wrapper<T> Wrapper.empty()Create a new Wrapper object that contains anullvalue.Wrapper.getClone()static <T> @NonNull Wrapper<T> Wrapper.of(@Nullable T aValue) Create a new Wrapper object that contains the provided value.static <T> @NonNull Wrapper<T> Create a new Wrapper object that contains the value of the providedWrapper.