Os

org.beangle.web.servlet.http.agent.Os
See theOs companion object
class Os extends Serializable with Ordered[Os]

Attributes

Companion:
object
Graph
Supertypes
trait Ordered[Os]
trait Comparable[Os]
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def compare(o: Os): Int
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def <(that: Os): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Concrete fields

val version: String