sealed trait NotAllowed extends Any
It is impossible for you, nor are you supposed to, create an instance for this. This is uninhabitable.
This is a marker to indicate that you're not allowed to call a method, whilst leaving the method in place for you with a deprecation telling you why its uncallable.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NotAllowed
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any