Uses of Class
me.hsgamer.topper.value.core.ValueWrapper
-
-
Uses of ValueWrapper in me.hsgamer.topper.value.core
Methods in me.hsgamer.topper.value.core that return ValueWrapper Modifier and Type Method Description @NotNull ValueWrapper<V>ValueProvider. apply(K key)static <T> ValueWrapper<T>ValueWrapper. copyNullWrapper(@NotNull ValueWrapper<?> wrapper)static <T> ValueWrapper<T>ValueWrapper. error(@NotNull String errorMessage)static <T> ValueWrapper<T>ValueWrapper. error(@NotNull String errorMessage, @NotNull Throwable throwable)static <T> ValueWrapper<T>ValueWrapper. error(@NotNull Throwable throwable)static <T> ValueWrapper<T>ValueWrapper. handled(T value)static <T> ValueWrapper<T>ValueWrapper. notHandled()Methods in me.hsgamer.topper.value.core with parameters of type ValueWrapper Modifier and Type Method Description static <T> ValueWrapper<T>ValueWrapper. copyNullWrapper(@NotNull ValueWrapper<?> wrapper)
-