Package

scala.meta.internal

typelevel

Permalink

package typelevel

Visibility
  1. Public
  2. All

Type Members

  1. trait =!=[A, B] extends AnyRef

    Permalink

    Allows to specify that the type A must be different from type B.

    Allows to specify that the type A must be different from type B. Use the same as with =:=

    Annotations
    @implicitNotFound( "Cannot prove that ${A} =!= ${B}." )
  2. trait NotTuple[A] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( "${A} is a tuple." )

Value Members

  1. object =!=

    Permalink
  2. object NotTuple

    Permalink

Ungrouped