Uses of Class
io.vavr.Lazy
Packages that use Lazy
Package
Description
Beside
API the io.vavr package contains core types like (Checked)Functions and Tuples.-
Uses of Lazy in io.vavr
Modifier and TypeMethodDescriptionstatic <T> Lazy<T> Alias forLazy.of(Supplier)<U> Lazy<U> static <T> Lazy<T> Narrows a widenedLazy<? extends T>toLazy<T>by performing a type-safe cast.static <T> Lazy<T> Creates aLazythat requests its value from a givenSupplier.Reduces manyLazyvalues into a singleLazyby transforming anIterable<Lazy<? extends T>>into aLazy<Seq<T>>.Modifier and TypeMethodDescriptionstatic <T> Lazy<T> Narrows a widenedLazy<? extends T>toLazy<T>by performing a type-safe cast.Modifier and TypeMethodDescriptionReduces manyLazyvalues into a singleLazyby transforming anIterable<Lazy<? extends T>>into aLazy<Seq<T>>.<U> UTransforms thisLazy.