Keychain

reactives.locking.Keychain
See theKeychain companion object
class Keychain[InterTurn](val id: Long)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addFallthrough(key: Key[InterTurn], amount: Int): Unit
def append(other: Keychain[InterTurn]): Unit
def release(key: Key[InterTurn]): Unit
def removeFallthrough(key: Key[InterTurn]): Unit
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

Concrete fields

val id: Long