-
Methods Method Description hydra.lib.eithers.FromLeft.apply(A, Either<A, B>) UseFromLeft.applyLazy(Supplier, Either)instead. Eager evaluation of the default wastes memory.hydra.lib.eithers.FromRight.apply(B, Either<A, B>) UseFromRight.applyLazy(Supplier, Either)instead. Eager evaluation of the default wastes memory.hydra.lib.maps.FindWithDefault.apply(V) UseFindWithDefault.applyLazy(Supplier, Object, Map)instead. Eager evaluation of the default wastes memory.hydra.lib.optionals.Cases.apply(Optional<X>) UseCases.applyLazy(Optional, Supplier, Function)instead. Eager evaluation of the nothing case wastes memory.hydra.lib.optionals.FromOptional.apply(X) UseFromOptional.applyLazy(Supplier, Optional)instead. Eager evaluation of the default wastes memory.