object UnaryOperators
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnaryOperators
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Bool(operator: UnaryBooleanOperator) extends UnaryOperators[Boolean, Boolean] with Product with Serializable
- final case class CharPredicate(operator: CharPredicateOperator) extends UnaryOperators[Char, Boolean] with Product with Serializable
- final case class Conversion[In, Out](conversion: RemoteConversions[In, Out]) extends UnaryOperators[In, Out] with Product with Serializable
- final case class Fractional[A](operator: UnaryFractionalOperator, fractional: numeric.Fractional[A]) extends UnaryOperators[A, A] with Product with Serializable
- final case class FractionalPredicate[A](operator: FractionalPredicateOperator, fractional: numeric.Fractional[A]) extends UnaryOperators[A, Boolean] with Product with Serializable
- final case class Integral[A](operator: UnaryIntegralOperator, integral: numeric.Integral[A]) extends UnaryOperators[A, A] with Product with Serializable
- final case class Numeric[A](operator: UnaryNumericOperator, numeric: numeric.Numeric[A]) extends UnaryOperators[A, A] with Product with Serializable
- final case class NumericPredicate[A](operator: NumericPredicateOperator, numeric: numeric.Numeric[A]) extends UnaryOperators[A, Boolean] with Product with Serializable
- final case class Str(operator: UnaryStringOperator) extends UnaryOperators[String, String] with Product with Serializable
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 apply(operator: UnaryStringOperator): Str
- def apply(operator: CharPredicateOperator): CharPredicate
- def apply[A](operator: FractionalPredicateOperator)(implicit numeric: numeric.Fractional[A]): FractionalPredicate[A]
- def apply[A](operator: NumericPredicateOperator)(implicit numeric: numeric.Numeric[A]): NumericPredicate[A]
- def apply[A](operator: UnaryFractionalOperator)(implicit fractional: numeric.Fractional[A]): Fractional[A]
- def apply[A](operator: UnaryIntegralOperator)(implicit bitwise: numeric.Integral[A]): Integral[A]
- def apply[A](operator: UnaryNumericOperator)(implicit numeric: numeric.Numeric[A]): Numeric[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def schema[In, Out]: Schema[UnaryOperators[In, Out]]
- lazy val schemaAny: Schema[UnaryOperators[Any, Any]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()