Uses of Record Class
cloud.opencode.base.collections.Streams.IndexedElement
Packages that use Streams.IndexedElement
-
Uses of Streams.IndexedElement in cloud.opencode.base.collections
Methods in cloud.opencode.base.collections that return types with arguments of type Streams.IndexedElementModifier and TypeMethodDescriptionstatic <T> Stream<Streams.IndexedElement<T>> Streams.zipWithIndex(Stream<T> stream) Zips a stream with its indices, producing pairs of (index, element).