Uses of Interface
me.hsgamer.topper.value.core.ValueProvider
-
-
Uses of ValueProvider in me.hsgamer.topper.value.core
Methods in me.hsgamer.topper.value.core that return ValueProvider Modifier and Type Method Description static <K,V>
ValueProvider<K,V>ValueProvider. empty()default <RK> ValueProvider<RK,V>ValueProvider. keyMapper(Function<@NotNull RK,@Nullable K> mapper)static <K,V>
ValueProvider<K,V>ValueProvider. ofSimple(Function<@NotNull K,@Nullable V> function)default <F> ValueProvider<K,F>ValueProvider. thenApply(Function<@NotNull V,@Nullable F> mapper)
-