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.Purely functional collections based on Traversable.
-
Uses of Lazy in io.vavr
Modifier and TypeMethodDescriptionstatic <T> Lazy<T> Alias forLazy.of(Supplier)<U> Lazy<U> <U> Lazy<U> Lazy.mapTo(U value) Lazy.mapToVoid()static <T> Lazy<T> Narrows aLazy<? extends T>toLazy<T>via a type-safe cast.static <T> Lazy<T> Creates aLazyinstance that obtains its value from the givenSupplier.Combines multipleLazyinstances into a singleLazycontaining a sequence of their evaluated values.Modifier and TypeMethodDescriptionstatic <T> Lazy<T> Narrows aLazy<? extends T>toLazy<T>via a type-safe cast.Modifier and TypeMethodDescriptionCombines multipleLazyinstances into a singleLazycontaining a sequence of their evaluated values.<U> UApplies a transformation function to the value contained in thisLazy, producing a newLazyinstance of the transformed value. -
Uses of Lazy in io.vavr.collection
Fields in io.vavr.collection declared as LazyModifier and TypeFieldDescriptionprivate static final Lazy<BigDecimal> IteratorModule.BigDecimalHelper.INFINITY_DISTANCEStream.Cons.tail