Class Iterables.UnfoldingIterable<A,B>

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

static final class Iterables.UnfoldingIterable<A,B> extends Iterables.IterableToString<A>
Iterable that repeatedly applies f until it returns none()
  • Field Details

  • Constructor Details

  • Method Details