Class Iterables.UnfoldingIterable.Iter<A,​B>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private B current  
      private java.util.function.Function<? super B,​Option<Pair<A,​B>>> f  
    • Constructor Summary

      Constructors 
      Constructor Description
      Iter​(java.util.function.Function<? super B,​Option<Pair<A,​B>>> f, B seed)  
    • Field Detail

      • f

        private final java.util.function.Function<? super B,​Option<Pair<A,​B>>> f
      • current

        private B current
    • Constructor Detail

      • Iter

        Iter​(java.util.function.Function<? super B,​Option<Pair<A,​B>>> f,
             B seed)