Uses of Package
com.jnape.palatable.lambda.traversable
-
Classes in com.jnape.palatable.lambda.traversable used by com.jnape.palatable.lambda.adt Class Description Traversable 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. -
Classes in com.jnape.palatable.lambda.traversable used by com.jnape.palatable.lambda.adt.choice Class Description Traversable 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. -
Classes in com.jnape.palatable.lambda.traversable used by com.jnape.palatable.lambda.adt.hlist Class Description Traversable 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. -
Classes in com.jnape.palatable.lambda.traversable used by com.jnape.palatable.lambda.functions.builtin.fn2 Class Description Traversable 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. -
Classes in com.jnape.palatable.lambda.traversable used by com.jnape.palatable.lambda.functions.recursion Class Description Traversable 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. -
Classes in com.jnape.palatable.lambda.traversable used by com.jnape.palatable.lambda.functor.builtin Class Description Traversable 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. -
Classes in com.jnape.palatable.lambda.traversable used by com.jnape.palatable.lambda.traversable Class Description LambdaIterable LambdaMap Traversable 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.