Class SimpleRegistry<T>
java.lang.Object
fr.fidorial.registry.SimpleRegistry<T>
- All Implemented Interfaces:
Registry<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> SimpleRegistry<T> of(RegistryKey<T> registryKey, Collection<TypedKey<T>> keys, Function<Key, T> resolver) stream()values()
-
Method Details
-
of
public static <T> SimpleRegistry<T> of(RegistryKey<T> registryKey, Collection<TypedKey<T>> keys, Function<Key, T> resolver) -
registryKey
- Specified by:
registryKeyin interfaceRegistry<T>
-
get
-
find
-
key
-
values
-
stream
-