LazyMapParsley

final class LazyMapParsley[-A, +B](f: A => B)

This class exposes the <#> combinator on functions.

This class exposes the <#> combinator on functions.

Value Params
f

The function that is used for the map

Version

1.0.0

class Object
trait Matchable
class Any

Value members

Concrete methods

def <#>(p: => Parsley[A]): Parsley[B]

This combinator is an alias for map

This combinator is an alias for map