DBL

sclin.ANY.DBL
final case class DBL(x: Double)

Members list

Value members

Inherited methods

def add$$(t: ANY): ANY

Attributes

Inherited from:
ANY
def all(f: (ANY, ANY) => Boolean, g: ANY => Boolean): Boolean

Attributes

Inherited from:
ANY
def all(f: ANY => Boolean): Boolean

Attributes

Inherited from:
ANY
def any(f: (ANY, ANY) => Boolean, g: ANY => Boolean): Boolean

Attributes

Inherited from:
ANY
def any(f: ANY => Boolean): Boolean

Attributes

Inherited from:
ANY
def cmp(t: ANY): Int

Attributes

Inherited from:
ANY
def combHelper(x: Seq[ANY], f: Seq[Int] => Iterator[Seq[Int]]): Iterator[Seq[ANY]]

Attributes

Inherited from:
ANY
def combinations(n: Int): ANY

Attributes

Inherited from:
ANY
def combine(t: ANY, f: (ANY, ANY) => ANY): OBS

Attributes

Inherited from:
ANY
def cons(t: ANY): ANY

Attributes

Inherited from:
ANY
def delBy(f: (ANY, ANY) => Boolean, g: ANY => Boolean): ANY

Attributes

Inherited from:
ANY
def delBy(f: ANY => Boolean): ANY

Attributes

Inherited from:
ANY
def depth: Int

Attributes

Inherited from:
ANY
def differWith(t: ANY, f: (ANY, ANY) => Boolean): ANY

Attributes

Inherited from:
ANY
def div$$(n: Int): ANY

Attributes

Inherited from:
ANY
def dmap(d: Int, f: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def drop(n: Int): ANY

Attributes

Inherited from:
ANY
def dropWhile(f: (ANY, ANY) => Boolean, g: ANY => Boolean): ANY

Attributes

Inherited from:
ANY
def dropWhile(f: ANY => Boolean): ANY

Attributes

Inherited from:
ANY
def dshape: Vector[Int]

Attributes

Inherited from:
ANY
def eql(t: ANY): Boolean

Attributes

Inherited from:
ANY
def eqls(t: ANY): Boolean

Attributes

Inherited from:
ANY
def fNum1(f: Double => ANY, g: NUMF => ANY): ANY

Attributes

Inherited from:
ANY
def fNum2(t: ANY, f: (Double, Double) => ANY, g: (NUMF, NUMF) => ANY): ANY

Attributes

Inherited from:
ANY
def filter(f: (ANY, ANY) => Boolean, g: ANY => Boolean): ANY

Attributes

Inherited from:
ANY
def filter(f: ANY => Boolean): ANY

Attributes

Inherited from:
ANY
def filterEval(f: ANY => ANY): OBS

Attributes

Inherited from:
ANY
def find(f: (ANY, ANY) => Boolean, g: ANY => Boolean): Option[ANY | (ANY, ANY)]

Attributes

Inherited from:
ANY
def find(f: ANY => Boolean): Option[ANY]

Attributes

Inherited from:
ANY
def findIndex(f: ANY => Boolean): Int

Attributes

Inherited from:
ANY
def flat: ANY

Attributes

Inherited from:
ANY
def flatMap(f: (ANY, ANY) => ANY, g: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def flatMap(f: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def flatMap$(f: (ANY, ANY) => Vector[ANY], g: ANY => Vector[ANY]): ANY

Attributes

Inherited from:
ANY
def flatMap$(f: ANY => Vector[ANY]): ANY

Attributes

Inherited from:
ANY
def flatTable(t: ANY, f: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def foldLeft[T](a: T)(f: (T, (ANY, ANY)) => T, g: (T, ANY) => T): T

Attributes

Inherited from:
ANY
def foldLeft[T](a: T)(f: (T, ANY) => T): T

Attributes

Inherited from:
ANY
def foldRight[T](a: T)(f: ((ANY, ANY), T) => T, g: (ANY, T) => T): T

Attributes

Inherited from:
ANY
def foldRight[T](a: T)(f: (ANY, T) => T): T

Attributes

Inherited from:
ANY
def foreach(f: (ANY, ANY) => Unit, g: ANY => Unit): ANY

Attributes

Inherited from:
ANY
def foreach(f: ANY => Unit): ANY

Attributes

Inherited from:
ANY
def get(i: ANY): ANY

Attributes

Inherited from:
ANY
def getType: String

Attributes

Inherited from:
ANY
def getn(is: ANY): ANY

Attributes

Inherited from:
ANY
def gets(is: ANY): ANY

Attributes

Inherited from:
ANY
def groupBy(f: (ANY, ANY) => ANY, g: ANY => ANY): Map[ANY, ANY]

Attributes

Inherited from:
ANY
def groupBy(f: ANY => ANY): Map[ANY, ANY]

Attributes

Inherited from:
ANY
def has(t: ANY): Boolean

Attributes

Inherited from:
ANY
def intersectWith(t: ANY, f: (ANY, ANY) => Boolean): ANY

Attributes

Inherited from:
ANY
def join(s: String): String

Attributes

Inherited from:
ANY
def lFN(l: Int, env: ENV): FN

Attributes

Inherited from:
ANY
def length: Int

Attributes

Inherited from:
ANY
def mItr(a: ANY): ANY

Attributes

Inherited from:
ANY
def mIts(a: ANY): ANY

Attributes

Inherited from:
ANY
def mSEQ(t: ANY): ANY

Attributes

Inherited from:
ANY
def mSTR(t: ANY): ANY

Attributes

Inherited from:
ANY
def map(f: (ANY, ANY) => (ANY, ANY), g: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def map(f: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def mapEval(f: ANY => ANY): OBS

Attributes

Inherited from:
ANY
def matchType(a: ANY): ANY

Attributes

Inherited from:
ANY
def merge: OBS

Attributes

Inherited from:
ANY
def mergeMap(f: ANY => ANY): OBS

Attributes

Inherited from:
ANY
def mod$$(n: Int, k: Int): ANY

Attributes

Inherited from:
ANY
def modOBS(f: Observable[ANY] => Observable[ANY]): OBS

Attributes

Inherited from:
ANY
def modTASK(f: Task[ANY] => Task[ANY]): TASK

Attributes

Inherited from:
ANY
def mul$$(t: ANY): ANY

Attributes

Inherited from:
ANY
def num1(f: Double => Double, g: NUMF => NUMF, e: String): ANY

Attributes

Inherited from:
ANY
def num1(f: Double => Double, g: NUMF => NUMF): ANY

Attributes

Inherited from:
ANY
def num2(t: ANY, f: (Double, Double) => Double, g: (NUMF, NUMF) => NUMF, e: String): ANY

Attributes

Inherited from:
ANY
def num2(t: ANY, f: (Double, Double) => Double, g: (NUMF, NUMF) => NUMF): ANY

Attributes

Inherited from:
ANY
def num2a(t: ANY, f: (NUMF, NUMF) => Iterable[NUMF]): ANY

Attributes

Inherited from:
ANY
def num2q(t: ANY, f: (NUMF, NUMF) => Iterable[NUMF]): ANY

Attributes

Inherited from:
ANY
def oall(f: ANY => Boolean): Task[Boolean]

Attributes

Inherited from:
ANY
def oany(f: ANY => Boolean): Task[Boolean]

Attributes

Inherited from:
ANY
def ofind(f: ANY => Boolean): Task[Option[ANY]]

Attributes

Inherited from:
ANY
def ofoldLeft[T](a: T)(f: (T, ANY) => T): Task[T]

Attributes

Inherited from:
ANY
def ogroupBy(f: ANY => ANY): OBS

Attributes

Inherited from:
ANY
def olength: Task[Long]

Attributes

Inherited from:
ANY
def optI: Option[Int]

Attributes

Inherited from:
ANY
def optNUM: Option[NUM]

Attributes

Inherited from:
ANY
def pFN(p: PATH, s: SCOPE): FN

Attributes

Inherited from:
ANY
def packWith(f: ((ANY, ANY), (ANY, ANY)) => Boolean, g: (ANY, ANY) => Boolean): ANY

Attributes

Inherited from:
ANY
def packWith(f: (ANY, ANY) => Boolean): ANY

Attributes

Inherited from:
ANY
def partition(f: (ANY, ANY) => Boolean, g: ANY => Boolean): (ANY, ANY)

Attributes

Inherited from:
ANY
def partition(f: ANY => Boolean): (ANY, ANY)

Attributes

Inherited from:
ANY
def paxes(p: Vector[Int]): ANY

Attributes

Inherited from:
ANY

Attributes

Inherited from:
ANY
def powset: ANY

Attributes

Inherited from:
ANY
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def rank: Int

Attributes

Inherited from:
ANY
def raxes: ANY

Attributes

Inherited from:
ANY
def reduceH(f: => ANY): ANY

Attributes

Inherited from:
ANY
def reduceLeft(f: (ANY, (ANY, ANY)) => ANY, g: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def reduceLeft(f: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def reduceMH(f: (ANY, (ANY, ANY)) => ANY)(t: ANY, s: ANY): ANY

Attributes

Inherited from:
ANY
def reduceRight(f: (ANY, (ANY, ANY)) => ANY, g: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def reduceRight(f: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def remove(i: ANY): ANY

Attributes

Inherited from:
ANY
def reshape(t: Vector[Int]): ANY

Attributes

Inherited from:
ANY
def rflat: ANY

Attributes

Inherited from:
ANY
def rfoldLeft[T](a: T)(f: (T, ANY) => T): T

Attributes

Inherited from:
ANY
def rfoldRight[T](a: T)(f: (T, ANY) => T): T

Attributes

Inherited from:
ANY
def rmap(f: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def scanEval(a: ANY)(f: (ANY, ANY) => ANY): OBS

Attributes

Inherited from:
ANY
def scanLeft(a: ANY)(f: (ANY, (ANY, ANY)) => ANY, g: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def scanLeft(a: ANY)(f: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def scanRight(a: ANY)(f: ((ANY, ANY), ANY) => ANY, g: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def scanRight(a: ANY)(f: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def set(i: ANY, t: ANY): ANY

Attributes

Inherited from:
ANY
def setmod(i: ANY, f: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def setmodn(is: LazyList[ANY], f: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def setmods(is: Map[ANY, ANY => ANY]): ANY

Attributes

Inherited from:
ANY
def setn(is: LazyList[ANY], t: ANY): ANY

Attributes

Inherited from:
ANY
def sets(is: Map[ANY, ANY]): ANY

Attributes

Inherited from:
ANY
def shape: Vector[Int]

Attributes

Inherited from:
ANY
def shuffle: ANY

Attributes

Inherited from:
ANY
def snoc(t: ANY): ANY

Attributes

Inherited from:
ANY
def sortBy(f: (ANY, ANY) => ANY, g: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def sortBy(f: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def sortWith(f: ((ANY, ANY), (ANY, ANY)) => Boolean, g: (ANY, ANY) => Boolean): ANY

Attributes

Inherited from:
ANY
def sortWith(f: (ANY, ANY) => Boolean): ANY

Attributes

Inherited from:
ANY
def span(f: (ANY, ANY) => Boolean, g: ANY => Boolean): (ANY, ANY)

Attributes

Inherited from:
ANY
def span(f: ANY => Boolean): (ANY, ANY)

Attributes

Inherited from:
ANY
def str1(f: String => String): ANY

Attributes

Inherited from:
ANY
def str1a(f: String => Iterable[String]): ANY

Attributes

Inherited from:
ANY
def str2(t: ANY, f: (String, String) => String): ANY

Attributes

Inherited from:
ANY
def str2a(t: ANY, f: (String, String) => Iterable[String]): ANY

Attributes

Inherited from:
ANY
def str2q(t: ANY, f: (String, String) => Iterable[String]): ANY

Attributes

Inherited from:
ANY
def strnum(t: ANY, f: (String, NUMF) => String): ANY

Attributes

Inherited from:
ANY
def strnuma(t: ANY, f: (String, NUMF) => Iterable[String]): ANY

Attributes

Inherited from:
ANY
def strnumq(t: ANY, f: (String, NUMF) => Iterable[String]): ANY

Attributes

Inherited from:
ANY
def sub$$(t: ANY): ANY

Attributes

Inherited from:
ANY
def switchMap(f: ANY => ANY): OBS

Attributes

Inherited from:
ANY
def table(t: ANY, f: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def take(n: Int): ANY

Attributes

Inherited from:
ANY
def takeWhile(f: (ANY, ANY) => Boolean, g: ANY => Boolean): ANY

Attributes

Inherited from:
ANY
def takeWhile(f: ANY => Boolean): ANY

Attributes

Inherited from:
ANY
def toARR: ARR

Attributes

Inherited from:
ANY
def toBool: Boolean

Attributes

Inherited from:
ANY
def toDBL: DBL

Attributes

Inherited from:
ANY
def toERR: ERR

Attributes

Inherited from:
ANY
def toFN(env: ENV): FN

Attributes

Inherited from:
ANY
def toFUT: FUT

Attributes

Inherited from:
ANY
def toFile: File

Attributes

Inherited from:
ANY
def toForm: String

Attributes

Inherited from:
ANY
def toInt: Int

Attributes

Inherited from:
ANY
def toItr: ANY

Attributes

Inherited from:
ANY
def toJSON: Value

Attributes

Inherited from:
ANY
def toMAP: MAP

Attributes

Inherited from:
ANY
def toMs: FiniteDuration

Attributes

Inherited from:
ANY
def toNUM: NUM

Attributes

Inherited from:
ANY
def toOBS: OBS

Attributes

Inherited from:
ANY

Attributes

Inherited from:
ANY
def toSEQ: SEQ

Attributes

Inherited from:
ANY
def toSTR: STR

Attributes

Inherited from:
ANY
def toShape(t: ANY): ANY

Attributes

Inherited from:
ANY
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 -> Any
Inherited from:
ANY
def toTASK: TASK

Attributes

Inherited from:
ANY
def toTF: TF

Attributes

Inherited from:
ANY
def toTRY: TRY

Attributes

Inherited from:
ANY
def toTry: Try[ANY]

Attributes

Inherited from:
ANY
def unionWith(t: ANY, f: (ANY, ANY) => Boolean): ANY

Attributes

Inherited from:
ANY
def uniqBy(f: (ANY, ANY) => ANY, g: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def uniqBy(f: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def uniqWith(f: ((ANY, ANY), (ANY, ANY)) => Boolean, g: (ANY, ANY) => Boolean): ANY

Attributes

Inherited from:
ANY
def uniqWith(f: (ANY, ANY) => Boolean): ANY

Attributes

Inherited from:
ANY
def vec1(f: ANY => ANY): ANY

Attributes

Inherited from:
ANY
def vec2(t: ANY)(f: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def vec3(t: ANY, s: ANY)(f: (ANY, ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def vef1[T](a: T)(f: (T, ANY) => T): T

Attributes

Inherited from:
ANY
def winMap(n: Int, f: Vector[ANY] => ANY): ANY

Attributes

Inherited from:
ANY
def winMapM(n: Int, f: Vector[ANY] => (ANY, ANY), g: Vector[ANY] => ANY): ANY

Attributes

Inherited from:
ANY
def xFN: LazyList[ANY]

Attributes

Inherited from:
ANY
def zip(t: ANY)(f: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY
def zipAll(t: ANY, d1: ANY, d2: ANY, f: (ANY, ANY) => ANY): ANY

Attributes

Inherited from:
ANY