Uses of Package
de.cm.frw.core.fun.impl

Classes in de.cm.frw.core.fun.impl used by de.cm.frw.core.fun.impl
Bag
          This is a collection wrapper useful for preparing argument lists for apply.
Function
           
Function.InvalidArguments
           
LP.ConsCell
          A functional implementation of an (immutable) cons cell where values for car and cdr are captured in a closure when the cons cell function is created.
Pair
           
PF
          PF is a name space for static components in support of pure functional programming.
Pred
           
Pred.BinPred
           
Pred.Combination
           
Predicate
           
Stream
          Stream class implements Iterator and supports lazy evaluation insofar as next() may be implemented to calculate the next element on demand.