Package com.jnape.palatable.lambda.traversable
-
Interface Summary Interface Description Traversable<A,T extends Traversable<?,T>> An interface for a class of data structures that can be "traversed from left to right" in a structure-preserving way, successively applying some applicative computation to each element and collapsing the results into a single resulting applicative. -
Class Summary Class Description LambdaIterable<A> LambdaMap<A,B>