InvalidCall

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class InvalidArguments[R <: Has[_], I, E, A](invoked: Capability[R, I, E, A], args: Any, assertion: Assertion[Any]) extends InvalidCall
final case class InvalidCapability[R0 <: Has[_], R1 <: Has[_], In0, In1, E0, E1, A0, A1](invoked: Capability[R0, In0, E0, A0], expected: Capability[R1, In1, E1, A1], assertion: Assertion[In1]) extends InvalidCall
final case class InvalidPolyType[R0 <: Has[_], R1 <: Has[_], In0, In1, E0, E1, A0, A1](invoked: Capability[R0, In0, E0, A0], args: Any, expected: Capability[R1, In1, E1, A1], assertion: Assertion[In1]) extends InvalidCall

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