Package me.hsgamer.topper.value.core
Interface ValueProvider<K,V>
- All Superinterfaces:
Function<K,ValueWrapper<V>>
-
Method Summary
Modifier and TypeMethodDescription@NotNull ValueWrapper<V> static <K,V> ValueProvider <K, V> empty()static <K,V> ValueProvider <K, V> default <RK> ValueProvider<RK, V> static <K,V> ValueProvider <K, V> default <F> ValueProvider<K, F>