de
.
sciss
.
synth
.
expr
Booleans
object
Booleans
extends
BiTypeImpl
[
Boolean
]
Linear Supertypes
BiTypeImpl
[
Boolean
],
BiType
[
Boolean
],
Type
[
Boolean
],
TypeLike
[
Boolean
, [$tilde]
Expr
[~,
Boolean
]], AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
Booleans
BiTypeImpl
BiType
Type
TypeLike
AnyRef
Any
Visibility
Public
All
Type Members
final
type
Change
[
S <:
Sys
[S]
]
=
Change
[
Boolean
]
Attributes
protected
Definition Classes
Type
final
type
Ex
[
S <:
Sys
[S]
]
=
Expr
[S,
Boolean
]
Attributes
protected
Definition Classes
Type
final
type
ExN
[
S <:
Sys
[S]
]
=
Expr
[S,
Boolean
] with
Node
[S]
Attributes
protected
Definition Classes
Type
final
class
Ops
[
S <: Sys[S]
]
extends AnyRef
type
ReprConst
[
S <:
Sys
[S]
]
=
Expr
[S,
Boolean
] with
Const
[S,
Boolean
]
Attributes
protected
Definition Classes
TypeLike
type
ReprNode
[
S <:
Sys
[S]
]
=
Expr
[S,
Boolean
] with
Node
[S]
Attributes
protected
Definition Classes
TypeLike
type
ReprVar
[
S <:
Sys
[S]
]
=
Expr
[S,
Boolean
] with
Var
[S,
Boolean
]
Attributes
protected
Definition Classes
TypeLike
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
implicit
object
ValueSer
extends ImmutableSerializer[A]
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
final
def
change
[
S <:
Sys
[S]
]
(
before:
Boolean
,
now:
Boolean
)
:
Option
[
Change
[
Boolean
]]
Definition Classes
TypeLike
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
longType
:
BiType
[
Long
]
Definition Classes
BiTypeImpl
→
BiType
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
newConfluentVar
[
S <:
Sys
[S]
]
(
init: Ex[S]
)
(
implicit
tx: Tx
)
:
Var
[S,
Boolean
]
Definition Classes
Type → TypeLike
final
def
newConst
[
S <:
Sys
[S]
]
(
value:
Boolean
)
:
Const
[S,
Boolean
]
Definition Classes
Type → TypeLike
final
def
newVar
[
S <:
Sys
[S]
]
(
init: Ex[S]
)
(
implicit
tx: Tx
)
:
Var
[S,
Boolean
]
Definition Classes
Type → TypeLike
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
readConst
[
S <:
Sys
[S]
]
(
in:
DataInput
)
:
Const
[S,
Boolean
]
Definition Classes
Type → TypeLike
final
def
readExpr
[
S <:
Sys
[S]
]
(
in:
DataInput
,
access: Acc
)
(
implicit
tx: Tx
)
:
Expr
[S,
Boolean
]
Definition Classes
TypeLike
def
readTuple
[
S <:
Sys
[S]
]
(
cookie:
Int
,
in:
DataInput
,
access: Acc
,
targets:
Targets
[S]
)
(
implicit
tx: Tx
)
: ExN[S]
Definition Classes
Booleans
→ TypeLike
def
readValue
(
in:
DataInput
)
:
Boolean
Definition Classes
Booleans
→ Type → TypeLike
final
def
readVar
[
S <:
Sys
[S]
]
(
in:
DataInput
,
access: Acc
,
targets:
Targets
[S]
)
(
implicit
tx: Tx
)
: ReprVar[S] with
Node
[S]
Attributes
protected
Definition Classes
Type → TypeLike
final
def
readVar
[
S <:
Sys
[S]
]
(
in:
DataInput
,
access: Acc
)
(
implicit
tx: Tx
)
:
Var
[S,
Boolean
]
Definition Classes
Type → TypeLike
implicit final
def
serializer
[
S <:
Sys
[S]
]
:
EventLikeSerializer
[S,
Expr
[S,
Boolean
]]
Definition Classes
TypeLike
final
def
spanLikeType
:
BiType
[
SpanLike
]
Definition Classes
BiTypeImpl
→
BiType
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
implicit final
def
varSerializer
[
S <:
Sys
[S]
]
:
Serializer
[Tx, Acc, ReprVar[S]]
Definition Classes
TypeLike
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
def
writeValue
(
value:
Boolean
,
out:
DataOutput
)
:
Unit
Definition Classes
Booleans
→ Type → TypeLike
Inherited from
BiTypeImpl
[
Boolean
]
Inherited from
BiType
[
Boolean
]
Inherited from
Type
[
Boolean
]
Inherited from
TypeLike
[
Boolean
, [$tilde]
Expr
[~,
Boolean
]]
Inherited from AnyRef
Inherited from
Any