IsMono

object IsMono extends IsMono[Any, Nothing, Nothing, Any]
Companion:
class
trait Sum
trait Mirror
trait IsMono[Any, Nothing, Nothing, Any]
class Object
trait Matchable
class Any
IsMono.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

implicit def mono[AIn, BIn, AOut, BOut](implicit a: AIn =:= AOut, b: BIn =:= BOut): IsMono[AIn, BIn, AOut, BOut]