Package fj.data

Class Iteratee


  • public final class Iteratee
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Iteratee.Input<E>
      The input to an iteratee.
      static class  Iteratee.IterV<E,​A>
      A pure iteratee computation which is either done or needs more input
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Iteratee()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Iteratee

        private Iteratee()