Package io.atlassian.fugue
Interface Iterators.Peek<A>
-
- All Known Subinterfaces:
Iterators.Peeking<A>
- All Known Implementing Classes:
Iterators.PeekingImpl
- Enclosing class:
- Iterators
static interface Iterators.Peek<A>Marker interface for use in constructing iterators- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Apeek()Look at but do not modify the "next" thing.
-
-
-
Method Detail
-
peek
A peek()
Look at but do not modify the "next" thing.
-
-