Uses of Interface
org.tquadrat.foundation.util.LazyList
Packages that use LazyList
Package
Description
The utility classes provided for the Foundation
library.
Internal utility classes for the util module of the Foundation library plus
the implementations for the exported components.
-
Uses of LazyList in org.tquadrat.foundation.util
Methods in org.tquadrat.foundation.util that return LazyListModifier and TypeMethodDescriptionstatic <E> LazyList
<E> Creates a newLazyList
instance that is already initialised.static <E> LazyList
<E> Creates a newLazyList
instance that uses the given supplier to initialise.static <E> LazyList
<E> Creates a newLazyList
instance that uses the given supplier to create the internal map, but that supplier does not provide values on initialisation. -
Uses of LazyList in org.tquadrat.foundation.util.internal
Classes in org.tquadrat.foundation.util.internal that implement LazyList