Package com.jnape.palatable.lambda.traversable
package com.jnape.palatable.lambda.traversable
-
ClassDescriptionLambdaMap<A,
B> 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.