Uses of Class
org.tquadrat.foundation.stream.Indexed
Packages that use Indexed
Package
Description
The code in this package was originally written by Dominic Fox and provided
in the package
com.codepoetics.protonpack
.-
Uses of Indexed in org.tquadrat.foundation.stream
Methods in org.tquadrat.foundation.stream that return IndexedModifier and TypeMethodDescriptionstatic <T> Indexed
<T> Indexed.index
(long index, T value) Factory method for instances ofIndexed
; it combines an index and a value into an indexed value.Methods in org.tquadrat.foundation.stream that return types with arguments of type IndexedModifier and TypeMethodDescriptionStreamUtils.zipWithIndex
(BaseStream<T, Stream<T>> source) Zips the source stream together with the stream of indices to provide a stream of indexed values.