final class TagOf[T] extends ~>[Id, [α]AnyRef { ... /* 2 definitions in type refinement */ }]
- Source
- Tag.scala
- See also
Tag.of
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TagOf
- FunctionK
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
and[H[_]](h: FunctionK[Id, H]): FunctionK[Id, [γ$4$]Tuple2K[[α]AnyRef { ... /* 2 definitions in type refinement */ }, H, γ$4$]]
- Definition Classes
- FunctionK
-
def
andThen[H[_]](f: FunctionK[[α]AnyRef { ... /* 2 definitions in type refinement */ }, H]): FunctionK[Id, H]
- Definition Classes
- FunctionK
-
def
apply[A](a: A): @@[A, T]
Like
Tag.apply
, but specify only theT
.Like
Tag.apply
, but specify only theT
.- Definition Classes
- TagOf → FunctionK
-
def
compose[E[_]](f: FunctionK[E, Id]): FunctionK[E, [α]AnyRef { ... /* 2 definitions in type refinement */ }]
- Definition Classes
- FunctionK
-
def
or[H[_]](h: FunctionK[H, [α]AnyRef { ... /* 2 definitions in type refinement */ }]): FunctionK[[γ$1$]EitherK[Id, H, γ$1$], [α]AnyRef { ... /* 2 definitions in type refinement */ }]
- Definition Classes
- FunctionK
-
def
subst[F[_], A](fa: F[A]): F[@@[A, T]]
Like
Tag.subst
, but specify only theT
. -
def
unwrap[A](a: @@[A, T]): A
Like
Tag.unwrap
, but specify only theT
.