Packages

object Refute

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Refute
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def ambiguousIfPresent[T](implicit ev: T): Refute[T]

    This results in ambigous implicits if there is implicit evidence of T

  2. implicit def refute[T](implicit dummy: DummyImplicit): Refute[T]

    This always declares an instance of Refute

    This always declares an instance of Refute

    This instance will only be found when there is no evidence of T