FlatMap

gql.preparation.Alg$.FlatMap
final case class FlatMap[C, A, B](fa: Alg[C, A], f: A => Alg[C, 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