Index

A B C D E F G H I L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

Z

zip(BaseStream<L, Stream<L>>, BaseStream<R, Stream<R>>, BiFunction<L, R, O>) - Static method in class org.tquadrat.foundation.stream.StreamUtils
Zips together the "left" and "right" streams until either runs out of values.

Each pair of values is combined into a single value using the supplied combiner function.
zipping(Spliterator<L>, Spliterator<R>, BiFunction<L, R, O>) - Static method in class org.tquadrat.foundation.stream.internal.ZippingSpliterator
Factory for instances of ZippingSpliterator.
ZippingSpliterator<L,R,O> - Class in org.tquadrat.foundation.stream.internal
An implementation of Spliterator that zips two streams into one.
ZippingSpliterator(Spliterator<L>, Spliterator<R>, BiFunction<L, R, O>) - Constructor for class org.tquadrat.foundation.stream.internal.ZippingSpliterator
Creates a new ZippingSpliterator instance.
zipWithIndex(BaseStream<T, Stream<T>>) - Static method in class org.tquadrat.foundation.stream.StreamUtils
Zips the source stream together with the stream of indices to provide a stream of indexed values.
ZONE_UTC - Static variable in class org.tquadrat.foundation.lang.CommonConstants
Deprecated.
Use ZoneOffset.UTC instead.
A B C D E F G H I L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form