Uses of Class
dev.wyck.util.Lazy
Packages that use Lazy
Package
Description
-
Uses of Lazy in dev.wyck.keys
Methods in dev.wyck.keys that return LazyModifier and TypeMethodDescriptionGets the item associated with the given key, or returns a lazy that will return null if not found.KeyChain.getOrThrowLazily(Key key) Gets the item associated with the given key, or throws an exception if not found.KeyChain.isRegisteredLazily(Key key) Returns a lazy that will return true if the given key is registered, false otherwise. -
Uses of Lazy in dev.wyck.registry.internal
Methods in dev.wyck.registry.internal that return LazyModifier and TypeMethodDescriptionstatic Lazy<WyckRegistry> WyckRegistry.lazy(ResourceKey key) Creates a lazy FrozenRegistry.static Lazy<WyckRegistry> WyckRegistry.lazy(RegistryId reference) Creates a lazy FrozenRegistry.static Lazy<WyckRegistry> Creates a lazy FrozenRegistry. -
Uses of Lazy in dev.wyck.util
Methods in dev.wyck.util that return Lazy -
Uses of Lazy in dev.wyck.wrapper.internal
Methods in dev.wyck.wrapper.internal with parameters of type LazyModifier and TypeMethodDescriptionstatic <W> RegisteredConstantTranslator<W> RegisteredConstantTranslator.of(Lazy<WyckRegistry> passedRegistry, Function<W, ResourceKey> keyExtractor, W[] values) Translator that resolves a wrapper against the given registry by the key extracted from it and inverts through a lazily built identity map from the resolved registry value back to the wrapper.