object UnaryOperators

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnaryOperators
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Bool(operator: UnaryBooleanOperator) extends UnaryOperators[Boolean, Boolean] with Product with Serializable
  2. final case class CharPredicate(operator: CharPredicateOperator) extends UnaryOperators[Char, Boolean] with Product with Serializable
  3. final case class Conversion[In, Out](conversion: RemoteConversions[In, Out]) extends UnaryOperators[In, Out] with Product with Serializable
  4. final case class Fractional[A](operator: UnaryFractionalOperator, fractional: numeric.Fractional[A]) extends UnaryOperators[A, A] with Product with Serializable
  5. final case class FractionalPredicate[A](operator: FractionalPredicateOperator, fractional: numeric.Fractional[A]) extends UnaryOperators[A, Boolean] with Product with Serializable
  6. final case class Integral[A](operator: UnaryIntegralOperator, integral: numeric.Integral[A]) extends UnaryOperators[A, A] with Product with Serializable
  7. final case class Numeric[A](operator: UnaryNumericOperator, numeric: numeric.Numeric[A]) extends UnaryOperators[A, A] with Product with Serializable
  8. final case class NumericPredicate[A](operator: NumericPredicateOperator, numeric: numeric.Numeric[A]) extends UnaryOperators[A, Boolean] with Product with Serializable
  9. final case class Str(operator: UnaryStringOperator) extends UnaryOperators[String, String] with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(operator: UnaryStringOperator): Str
  5. def apply(operator: CharPredicateOperator): CharPredicate
  6. def apply[A](operator: FractionalPredicateOperator)(implicit numeric: numeric.Fractional[A]): FractionalPredicate[A]
  7. def apply[A](operator: NumericPredicateOperator)(implicit numeric: numeric.Numeric[A]): NumericPredicate[A]
  8. def apply[A](operator: UnaryFractionalOperator)(implicit fractional: numeric.Fractional[A]): Fractional[A]
  9. def apply[A](operator: UnaryIntegralOperator)(implicit bitwise: numeric.Integral[A]): Integral[A]
  10. def apply[A](operator: UnaryNumericOperator)(implicit numeric: numeric.Numeric[A]): Numeric[A]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def schema[In, Out]: Schema[UnaryOperators[In, Out]]
  23. val schemaAny: Schema[UnaryOperators[Any, Any]]
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped