object BuiltinFunctions extends FunctionProvider
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BuiltinFunctions
- FunctionProvider
- 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
- def absFunction: ValFunction
- def andFunction: ValFunction
- def appendFunction: ValFunction
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ceilingFunction: ValFunction
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def concatenateFunction: ValFunction
- def containsFunction: ValFunction
- def countFunction: ValFunction
- def dateFunction: ValFunction
- def dateFunction3: ValFunction
- def dateTime: ValFunction
- def dateTime2: ValFunction
- lazy val dateTimeOffsetZoneIdPattern: Pattern
- def decimalFunction: ValFunction
- def distinctValuesFunction: ValFunction
- def durationFunction: ValFunction
- def durationFunction2: ValFunction
- def endsWithFunction: ValFunction
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def evenFunction: ValFunction
- def expFunction: ValFunction
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flattenFunction: ValFunction
- def floorFunction: ValFunction
- def functionNames: Iterable[String]
- Definition Classes
- BuiltinFunctions → FunctionProvider
- val functions: Map[String, List[ValFunction]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEntriesFunction: ValFunction
- def getFunctions(name: String): List[ValFunction]
- Definition Classes
- BuiltinFunctions → FunctionProvider
- def getFunctions(): Map[String, List[ValFunction]]
- Definition Classes
- FunctionProvider
- def getValueFunction: ValFunction
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indexOfFunction: ValFunction
- def insertBeforeFunction: ValFunction
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listContainsFunction: ValFunction
- def logFunction: ValFunction
- def lowerCaseFunction: ValFunction
- def matchesFunction: ValFunction
- def matchesFunction3: ValFunction
- def maxFunction: ValFunction
- def meanFunction: ValFunction
- def medianFunction: ValFunction
- def minFunction: ValFunction
- def modeFunction: ValFunction
- def moduloFunction: ValFunction
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notFunction: ValFunction
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def numberFunction: ValFunction
- def numberFunction2: ValFunction
- def numberFunction3: ValFunction
- def oddFunction: ValFunction
- def orFunction: ValFunction
- def productFunction: ValFunction
- def removeFunction: ValFunction
- def replaceFunction: ValFunction
- def replaceFunction4: ValFunction
- def reverseFunction: ValFunction
- def sortFunction: ValFunction
- def splitFunction: ValFunction
- def sqrtFunction: ValFunction
- def startsWithFunction: ValFunction
- def stddevFunction: ValFunction
- def stringFunction: ValFunction
- def stringLengthFunction: ValFunction
- def sublistFunction: ValFunction
- def sublistFunction3: ValFunction
- def substringAfterFunction: ValFunction
- def substringBeforeFunction: ValFunction
- def substringFunction: ValFunction
- def substringFunction3: ValFunction
- def sumFunction: ValFunction
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timeFunction: ValFunction
- def timeFunction3: ValFunction
- def timeFunction4: ValFunction
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unionFunction: ValFunction
- def upperCaseFunction: ValFunction
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()