AcceptorState

Companion
class
trait Sum
trait Mirror
trait HasId
class Object
trait Matchable
class Any

Type members

Classlikes

case
object FAILURE extends AcceptorState
case
object RETRY extends AcceptorState
case
object SUCCESS extends AcceptorState

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def to(e: AcceptorState): (String, Int)

Inherited methods

final
def asString(e: AcceptorState): String
Inherited from
Enumeration
final
def fromOrdinal(s: Int): Option[AcceptorState]
Inherited from
Enumeration
final
def fromString(s: String): Option[AcceptorState]
Inherited from
Enumeration
final override
Definition Classes
Inherited from
Companion

Concrete fields

val id: ShapeId

Inherited fields

lazy
val ordinalMap: Map[Int, AcceptorState]
Inherited from
Enumeration
lazy
val valueMap: Map[String, AcceptorState]
Inherited from
Enumeration

Implicits

Implicits

implicit

Inherited implicits

Inherited from
Companion