Class/Object

io.fsq.common.scala

Identity

Related Docs: object Identity | package scala

Permalink

final class Identity[A] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Identity
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Identity(_value: A)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. def !=?(other: A): Boolean

    Permalink
  3. final def ##(): Int

    Permalink
    Definition Classes
    Any
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  5. def =?(other: A): Boolean

    Permalink
  6. val _value: A

    Permalink
  7. def applyIf[B >: A](pred: Boolean, f: (A) ⇒ B): B

    Permalink
  8. def applyIfFn[B >: A](predFn: (B) ⇒ Boolean, f: (A) ⇒ B): B

    Permalink
  9. def applyOpt[B](opt: Option[B])(f: (A, B) ⇒ A): A

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def between(lo: A, hi: A)(implicit ord: Ordering[A]): Boolean

    Permalink
  12. def flatOptionally[B](other: ⇒ Option[B])(implicit ev: <:<[A, Boolean]): Option[B]

    Permalink
  13. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  14. def ifOption[B](pred: (A) ⇒ Boolean)(f: (A) ⇒ B): Option[B]

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def optionally[B](other: ⇒ B)(implicit ev: <:<[A, Boolean]): Option[B]

    Permalink
  17. def toString(): String

    Permalink
    Definition Classes
    Any
  18. def withMaxOf(other: A)(implicit n: Numeric[A]): A

    Permalink
  19. def withMinOf(other: A)(implicit n: Numeric[A]): A

    Permalink

Deprecated Value Members

  1. def !=>[B](other: ⇒ B)(implicit evA: <:<[A, Boolean], evB: <:<[B, Boolean]): Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 11/30/2018) unexpected operator precedence in boolean expressions

  2. def ==>[B](other: ⇒ B)(implicit evA: <:<[A, Boolean], evB: <:<[B, Boolean]): Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 11/30/2018) unexpected operator precedence in boolean expressions

Inherited from AnyVal

Inherited from Any

Ungrouped