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 !=>[B](other: ⇒ B)(implicit evA: <:<[A, Boolean], evB: <:<[B, Boolean]): Boolean

    Permalink
  3. def !=?(other: A): Boolean

    Permalink
  4. final def ##(): Int

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

    Permalink
    Definition Classes
    Any
  6. def ==>[B](other: ⇒ B)(implicit evA: <:<[A, Boolean], evB: <:<[B, Boolean]): Boolean

    Permalink
  7. def =?(other: A): Boolean

    Permalink
  8. val _value: A

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

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

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

    Permalink
  12. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
  17. final def isInstanceOf[T0]: Boolean

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

    Permalink
  19. def toString(): String

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

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

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped