SessionBuilder

org.terminal21.client.Sessions.SessionBuilder
case class SessionBuilder(id: String, name: String, componentLibs: Seq[ComponentLib], sessionOptions: SessionOptions)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def andOptions(sessionOptions: SessionOptions): SessionBuilder
def connect[R](f: ConnectedSession => R): R

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product