ANY

object ANY
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
ANY.type

Type members

Classlikes

object It

Pattern for strict SEQ-like.

Pattern for strict SEQ-like.

object Itr

Pattern for SEQ-like.

Pattern for SEQ-like.

object Its

Pattern for loose SEQ-like.

Pattern for loose SEQ-like.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def cPow[A](seed: LazyList[A], n: Int): LazyList[LazyList[A]]
def cProd[A](ls: LazyList[LazyList[A]]): LazyList[LazyList[A]]
def fromDec(n: SafeLong, b: Int): Vector[SafeLong]
def toDec(ns: Vector[SafeLong], b: SafeLong): SafeLong

Extensions

Extensions

extension (b: Boolean)
def boolInt: Int
extension (s: String)
def toNUM: NUM
extension (x: Iterable[ANY])
def pFN(p: PATH): FN
def toARR: ARR
def toSEQ: SEQ
extension (x: Map[ANY, ANY])
def toMAP: MAP
extension (x: Iterator[ANY])
def pFN(p: PATH): FN
def toSEQ: SEQ
extension [T](xs: LazyList[T])
def packBy(f: (T, T) => Boolean): LazyList[LazyList[T]]
extension [T](xs: Iterable[T])
def packBy(f: (T, T) => Boolean): Iterable[Iterable[T]]