-
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, PersistentMap)instead. Eager evaluation of the default wastes memory.hydra.lib.maybes.Cases.apply(Maybe<X>) UseCases.applyLazy(Maybe, Supplier, Function)instead. Eager evaluation of the nothing case wastes memory.hydra.lib.maybes.FromMaybe.apply(X) UseFromMaybe.applyLazy(Supplier, Maybe)instead. Eager evaluation of the default wastes memory.hydra.lib.maybes.Maybe.apply(Y) UseMaybe.applyLazy(Supplier, Function, hydra.util.Maybe)instead. Eager evaluation of the nothing case wastes memory.