object Util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Util
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrRecArtifact: String("$file")
- final val attrRecDir: String("$rec-dir")
- final val attrRecGenChans: String("$gen-chans")
-
def
binarySearch[A](coll: IndexedSeq[A], elem: A)(implicit ord: Ordering[A]): Int
Binary search on an indexed collection.
Binary search on an indexed collection.
- returns
if positive: the position of elem in coll (i.e. elem is contained in coll). if negative: (-ins -1) where ins is the position at which elem should be inserted into the collection.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def defaultRecDir: File
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findRecDir[S <: Sys[S]](obj: Obj[S])(implicit tx: Util.findRecDir.S.Tx): File
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getRecLocation[S <: Sys[S]](n: Nuages[S], recDir: ⇒ File)(implicit tx: Util.getRecLocation.S.Tx): ArtifactLocation[S]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkLoop[S <: Sys[S]](n: Nuages[S], art: Artifact[S], generatorChannels: Int)(implicit tx: Util.mkLoop.S.Tx): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final val recFormatAIFF: DateFormat
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )
- def wrapExtendChannels(n: Int, sig: GE): GE