gql.resolver.Step$.Alg$.Choose
final case class Choose[F[_], A, B, C, D](fac: Step[F, A, C], fab: Step[F, B, D]) extends Step[F, Either[A, B], Either[C, D]]
Attributes
-
Source
-
Step.scala
-
Graph
-
-
Supertypes
-
trait Product
trait Equals
trait
Step[
F,
Either[
A,
B],
Either[
C,
D]]
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product