Not
extends Object with LowPriorityNot with SerializableSupertypes
Object, LowPriorityNot, SerializableMembers
final given
def
amb1
[T] ( implicit ev: T ) : Not[T]One of two ambiguous methods used to emulate negation in Scala 2
One of two ambiguous methods used to emulate negation in Scala 2
final given
def
amb2
[T] ( implicit ev: T ) : Not[T]One of two ambiguous methods used to emulate negation in Scala 2
One of two ambiguous methods used to emulate negation in Scala 2
def
value
: Not[Nothing]A value of type Not to signal a successful search for Not[C] (i.e. a failing
search for C). A reference to this value will be explicitly constructed by...
A value of type Not to signal a successful search for Not[C] (i.e. a failing
search for C). A reference to this value will be explicitly constructed by Dotty's
implicit search algorithm