Split

oxygen.meta.K0.Derivable.ProductDeriver.Split
abstract class Split[F[_], A](using x$1: Quotes, x$2: Type[F], x$3: Type[A], x$4: ProductGeneric[A]) extends ProductDeriver[F, A]

Attributes

Graph
Supertypes
class ProductDeriver[F, A]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def deriveCaseClass(generic: CaseClassGeneric[A]): Expr[F[A]]
def deriveCaseObject(generic: CaseObjectGeneric[A]): Expr[F[A]]

Concrete methods

final override def derive: Expr[F[A]]

Attributes

Definition Classes
def deriveAnyVal[B : Type](generic: AnyValGeneric[A, B]): Expr[F[A]]

Inherited methods

def deriveWithInstances(exprs: Expressions[F, A])(using quotes: Quotes): Expr[F[A]]

Attributes

Inherited from:
ProductDeriver

Givens

Inherited givens

given aTpe: Type[A]

Attributes

Inherited from:
ProductDeriver
given fTpe: Type[F]

Attributes

Inherited from:
ProductDeriver

Attributes

Inherited from:
ProductDeriver
given quotes: Quotes

Attributes

Inherited from:
ProductDeriver