zio.constraintless.IsElementOf
See theIsElementOf companion trait
object IsElementOf
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
IsElementOf.type
Members list
Type members
Classlikes
final case class Head[A, As <: TypeList]() extends IsElementOf[A, A :: As]
Attributes
- Supertypes
final case class Tail[A, B, As <: TypeList](ev: IsElementOf[A, As]) extends IsElementOf[A, B :: As]
Attributes
- Supertypes
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Implicits
Implicits
implicit def isElementOfTail[A, B, As <: TypeList](implicit ev: IsElementOf[A, As]): IsElementOf[A, B :: As]
In this article