parserFunApplicative

sbt.std.ParserInstance.parserFunApplicative
object parserFunApplicative extends Applicative[F1]

Attributes

Graph
Supertypes
trait Applicative[F1]
trait Apply[F1]
trait Functor[F1]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Types

type F[x] = State => Parser[x]

Value members

Concrete methods

override def ap[A1, A2](ff: () => A1 => A2)(fa: () => A1): () => A2

Attributes

Definition Classes
Apply
override def map[A1, A2](fa: () => A1)(f: A1 => A2): () => A2

Attributes

Definition Classes
Applicative -> Functor
override def pure[A1](a: () => A1): State => Parser[A1]

Attributes

Definition Classes
Applicative

Inherited methods

def map2(t: (() => Int, () => String))(f: (Int, String) => Boolean): F[Boolean]

Attributes

Inherited from:
Applicative
def mapN[A1 <: Tuple, A2](t: Map[A1, F1])(f: A1 => A2): F[A2]

Attributes

Inherited from:
Applicative