Post

s2a.leucine.actors.MonitorAid$.Post
See thePost companion object
case class Post(receiver: String, letter: String, sender: String) extends Ordered[Post]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[Post]
trait Comparable[Post]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def compare(that: Post): Int
def show: String

Inherited methods

def <(that: Post): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Post): Boolean

Attributes

Inherited from:
Ordered
def >(that: Post): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Post): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: Post): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product