-
Methods Method Description hydra.overlay.java.lib.maps.FindWithDefault.apply(V) UseFindWithDefault.applyLazy(Supplier, Object, Map)instead. Eager evaluation of the default wastes memory.hydra.overlay.java.lib.optionals.Match.apply(Optional<X>) UseMatch.applyLazy(Optional, Supplier, Function)instead. Eager evaluation of the nothing case wastes memory.hydra.overlay.java.lib.optionals.WithDefault.apply(X) UseWithDefault.applyLazy(Supplier, Optional)instead. Eager evaluation of the default wastes memory.