ParAp

gql.preparation.Alg$.ParAp
final case class ParAp[C, A, B](fa: Alg[C, A], fab: Alg[C, A => B]) extends Alg[C, B]

Attributes

Source
Alg.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Alg[C, B]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def run[C2 >: C]: EitherNec[PositionalError[C2], A]

Attributes

Inherited from:
Alg
Source
Alg.scala