UnaryFunction

trait UnaryFunction extends Function
trait Function
trait Serializable
class Object
trait Matchable
class Any
object Not.type
object StringLength.type
object ACos.type
object ASin.type
object ATan.type
object Abs.type
object Ceil.type
object Cos.type
object CosH.type
object Erf.type
object Exp.type
object Expm1.type
object Floor.type
object Ln.type
object Ln1p.type
object Log10.type
object RInt.type
object Round.type
object Sin.type
object SinH.type
object Sqrt.type
object StdNormalCDF.type
object StdNormalIDF.type
object StdNormalPDF.type
object Tan.type
object TanH.type
object IsMissing.type
object IsNotMissing.type
object IsNotValid.type
object IsValid.type
object Lowercase.type
object TrimBlanks.type
object Uppercase.type

Value members

Abstract methods

def eval(a: Any): Any

Concrete methods

override def apply(parameters: Any*): Any
Definition Classes

Inherited methods

Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions
def symbol: String
Inherited from:
Function
override def toString: String
Definition Classes
Function -> Any
Inherited from:
Function
def xSymbol: Option[String]
Inherited from:
Function