SEQ

case SEQ(x: LazyList[ANY])

Value members

Inherited methods

def all(f: ANY => Boolean): Boolean
Inherited from:
ANY
def allM(f: (ANY, ANY) => Boolean, g: ANY => Boolean): Boolean
Inherited from:
ANY
def any(f: ANY => Boolean): Boolean
Inherited from:
ANY
def anyM(f: (ANY, ANY) => Boolean, g: ANY => Boolean): Boolean
Inherited from:
ANY
def cmp(t: ANY): Int
Inherited from:
ANY
def combinations(n: Int): ANY
Inherited from:
ANY
def drop(n: Int): ANY
Inherited from:
ANY
def dropWhile(f: ANY => Boolean): ANY
Inherited from:
ANY
def dropWhileM(f: (ANY, ANY) => Boolean, g: ANY => Boolean): ANY
Inherited from:
ANY
def eql(t: ANY): Boolean
Inherited from:
ANY
def filter(f: ANY => Boolean): ANY
Inherited from:
ANY
def filterM(f: (ANY, ANY) => Boolean, g: ANY => Boolean): ANY
Inherited from:
ANY
def find(f: ANY => Boolean): Option[ANY]
Inherited from:
ANY
def findM(f: (ANY, ANY) => Boolean, g: ANY => Boolean): Option[ANY | (ANY, ANY)]
Inherited from:
ANY
def flat: ANY
Inherited from:
ANY
def flatMap(f: ANY => ANY): ANY
Inherited from:
ANY
def flatMap$(f: ANY => Vector[ANY]): ANY
Inherited from:
ANY
def flatMap$M(f: (ANY, ANY) => Vector[ANY], g: ANY => Vector[ANY]): ANY
Inherited from:
ANY
def flatMapM(f: (ANY, ANY) => ANY, g: ANY => ANY): ANY
Inherited from:
ANY
def foldLeft[T](a: T)(f: (T, ANY) => T): T
Inherited from:
ANY
def foldLeftM[T](a: T)(f: (T, (ANY, ANY)) => T, g: (T, ANY) => T): T
Inherited from:
ANY
def get(i: ANY): ANY
Inherited from:
ANY
def getType: String
Inherited from:
ANY
def groupBy(f: ANY => ANY): Map[ANY, ANY]
Inherited from:
ANY
def groupByM(f: (ANY, ANY) => ANY, g: ANY => ANY): Map[ANY, ANY]
Inherited from:
ANY
def has(t: ANY): Boolean
Inherited from:
ANY
def join(s: String): String
Inherited from:
ANY
def lFN(l: Int, env: ENV): FN

Converts ANY to FN at given line number.

Converts ANY to FN at given line number.

Value parameters:
env

context ENV to wrap FN

l

line number

Inherited from:
ANY
def length: Int
Inherited from:
ANY
def map(f: ANY => ANY): ANY
Inherited from:
ANY
def mapM(f: (ANY, ANY) => (ANY, ANY), g: ANY => ANY): ANY
Inherited from:
ANY
def matchType(a: ANY): ANY
Inherited from:
ANY
def num1(f: NUMF => NUMF, e: String): ANY
Inherited from:
ANY
def num1(f: NUMF => NUMF): ANY
Inherited from:
ANY
def num2(t: ANY, f: (NUMF, NUMF) => NUMF, e: String): ANY
Inherited from:
ANY
def num2(t: ANY, f: (NUMF, NUMF) => NUMF): ANY
Inherited from:
ANY
def num2a(t: ANY, f: (NUMF, NUMF) => Iterable[NUMF]): ANY
Inherited from:
ANY
def num2q(t: ANY, f: (NUMF, NUMF) => Iterable[NUMF]): ANY
Inherited from:
ANY
def optI: Option[Int]
Inherited from:
ANY
def optNUM: Option[NUM]
Inherited from:
ANY
def pFN(p: PATH): FN

Converts ANY to FN at given PATH.

Converts ANY to FN at given PATH.

Value parameters:
env

context ENV to wrap FN

p

PATH

Inherited from:
ANY
def packBy(f: (ANY, ANY) => Boolean): ANY
Inherited from:
ANY
def packByM(f: ((ANY, ANY), (ANY, ANY)) => Boolean, g: (ANY, ANY) => Boolean): ANY
Inherited from:
ANY
def partition(f: ANY => Boolean): (ANY, ANY)
Inherited from:
ANY
def partitionM(f: (ANY, ANY) => Boolean, g: ANY => Boolean): (ANY, ANY)
Inherited from:
ANY
Inherited from:
ANY
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def remove(i: ANY): ANY
Inherited from:
ANY
def rfoldLeft[T](a: T)(f: (T, ANY) => T): T
Inherited from:
ANY
def rmap(f: ANY => ANY): ANY
Inherited from:
ANY
def scanLeft(a: ANY)(f: (ANY, ANY) => ANY): ANY
Inherited from:
ANY
def scanLeftM(a: ANY)(f: (ANY, (ANY, ANY)) => ANY, g: (ANY, ANY) => ANY): ANY
Inherited from:
ANY
def set(i: ANY, t: ANY): ANY
Inherited from:
ANY
Inherited from:
ANY
def sortBy(f: ANY => ANY): ANY
Inherited from:
ANY
def sortByM(f: (ANY, ANY) => ANY, g: ANY => ANY): ANY
Inherited from:
ANY
def sortWith(f: (ANY, ANY) => Boolean): ANY
Inherited from:
ANY
def sortWithM(f: ((ANY, ANY), (ANY, ANY)) => Boolean, g: (ANY, ANY) => Boolean): ANY
Inherited from:
ANY
def span(f: ANY => Boolean): (ANY, ANY)
Inherited from:
ANY
def spanM(f: (ANY, ANY) => Boolean, g: ANY => Boolean): (ANY, ANY)
Inherited from:
ANY
def str1(f: String => String): ANY
Inherited from:
ANY
def str1a(f: String => Iterable[String]): ANY
Inherited from:
ANY
def str2(t: ANY, f: (String, String) => String): ANY
Inherited from:
ANY
def str2a(t: ANY, f: (String, String) => Iterable[String]): ANY
Inherited from:
ANY
def str2q(t: ANY, f: (String, String) => Iterable[String]): ANY
Inherited from:
ANY
def strnum(t: ANY, f: (String, NUMF) => String): ANY
Inherited from:
ANY
def strnumq(t: ANY, f: (String, NUMF) => Iterable[String]): ANY
Inherited from:
ANY
def table(t: ANY, f: (ANY, ANY) => ANY): ANY
Inherited from:
ANY
def take(n: Int): ANY
Inherited from:
ANY
def takeWhile(f: ANY => Boolean): ANY
Inherited from:
ANY
def takeWhileM(f: (ANY, ANY) => Boolean, g: ANY => Boolean): ANY
Inherited from:
ANY
def toARR: ARR
Inherited from:
ANY
def toBool: Boolean
Inherited from:
ANY
def toFN(env: ENV): FN
Inherited from:
ANY
def toForm: String
Inherited from:
ANY
def toInt: Int
Inherited from:
ANY
def toMAP: MAP
Inherited from:
ANY
def toNUM: NUM
Inherited from:
ANY
def toSEQ: SEQ
Inherited from:
ANY
def toSTR: STR
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.

Returns:

a string representation of the object.

Definition Classes
ANY -> Any
Inherited from:
ANY
def uniqBy(f: ANY => ANY): ANY
Inherited from:
ANY
def uniqByM(f: (ANY, ANY) => ANY, g: ANY => ANY): ANY
Inherited from:
ANY
def vec1(f: ANY => ANY): ANY

Vectorizes function over ANY.

Vectorizes function over ANY.

Value parameters:
f

function to vectorize

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

Vectorizes function over 2 ANYs.

Vectorizes function over 2 ANYs.

Value parameters:
f

function to vectrorize

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

Converts ANY to FN body.

Converts ANY to FN body.

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