Uses of Class
me.hsgamer.topper.value.core.ValueWrapper
Packages that use ValueWrapper
-
Uses of ValueWrapper in me.hsgamer.topper.agent.update
Method parameters in me.hsgamer.topper.agent.update with type arguments of type ValueWrapperModifier and TypeMethodDescriptionvoid
UpdateAgent.setErrorHandler
(BiConsumer<K, ValueWrapper<V>> errorHandler) Constructor parameters in me.hsgamer.topper.agent.update with type arguments of type ValueWrapperModifierConstructorDescriptionUpdateAgent
(DataHolder<K, V> holder, Function<K, ValueWrapper<V>> updateFunction) -
Uses of ValueWrapper in me.hsgamer.topper.value.core
Methods in me.hsgamer.topper.value.core that return ValueWrapperModifier and TypeMethodDescription@NotNull ValueWrapper
<V> static <T> ValueWrapper
<T> ValueWrapper.copyNullWrapper
(@NotNull ValueWrapper<?> wrapper) static <T> ValueWrapper
<T> static <T> ValueWrapper
<T> static <T> ValueWrapper
<T> 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 ValueWrapperModifier and TypeMethodDescriptionstatic <T> ValueWrapper
<T> ValueWrapper.copyNullWrapper
(@NotNull ValueWrapper<?> wrapper)