object Status
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Status
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _accepted: Prism[id.type, Status, accepted]
- val _canceled: Prism[id.type, Status, canceled]
- val _delivered: Prism[id.type, Status, delivered]
- val _failed: Prism[id.type, Status, failed]
- val _queued: Prism[id.type, Status, queued]
- val _received: Prism[id.type, Status, received]
- val _receiving: Prism[id.type, Status, receiving]
- val _scheduled: Prism[id.type, Status, scheduled]
- val _sending: Prism[id.type, Status, sending]
- val _sent: Prism[id.type, Status, sent]
- val _undelivered: Prism[id.type, Status, undelivered]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val schema: Enum11[accepted, scheduled, canceled, queued, sending, sent, failed, delivered, undelivered, receiving, received, Status]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object accepted extends Status with Product with Serializable
- object canceled extends Status with Product with Serializable
- object delivered extends Status with Product with Serializable
- object failed extends Status with Product with Serializable
- object queued extends Status with Product with Serializable
- object received extends Status with Product with Serializable
- object receiving extends Status with Product with Serializable
- object scheduled extends Status with Product with Serializable
- object sending extends Status with Product with Serializable
- object sent extends Status with Product with Serializable
- object undelivered extends Status with Product with Serializable