Class Iterables.Take<A>

java.lang.Object
io.atlassian.fugue.Iterables.IterableToString<A>
io.atlassian.fugue.Iterables.Take<A>
All Implemented Interfaces:
Iterable<A>
Enclosing class:
Iterables

static final class Iterables.Take<A> extends Iterables.IterableToString<A>
Iterable that only shows a small range of the original Iterable.