Uses of Interface
io.atlassian.fugue.Iterators.Peek
-
Packages that use Iterators.Peek Package Description io.atlassian.fugue -
-
Uses of Iterators.Peek in io.atlassian.fugue
Subinterfaces of Iterators.Peek in io.atlassian.fugue Modifier and Type Interface Description (package private) static interfaceIterators.Peeking<A>Iterator that can examine next without removing itClasses in io.atlassian.fugue that implement Iterators.Peek Modifier and Type Class Description private static classIterators.PeekingImpl<A>Implementation of Iterators.Peeking that avoids peeking unless necessary.
-