japgolly.nyaya.test

Distinct

Related Docs: object Distinct | package test

case class Distinct[A, X, H[_], Y, Z, B](fixer: Fixer[X, H, Y, Z], t: (A) ⇒ ((X) ⇒ State[H[Y], Z]) ⇒ State[H[Y], B])(implicit evidence$1: Baggy[H]) extends DistinctFn[A, B] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, DistinctFn[A, B], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Distinct
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DistinctFn
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Distinct(fixer: Fixer[X, H, Y, Z], t: (A) ⇒ ((X) ⇒ State[H[Y], Z]) ⇒ State[H[Y], B])(implicit arg0: Baggy[H])

Type Members

  1. final type S[λ] = IndexedStateT[scalaz.Id.Id, H[Y], H[Y], λ]

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def *(f: DistinctFn[A, A])(implicit ev: ===[B, A]): DistinctEndo[A]

  4. def +[C](f: Distinct[B, X, H, Y, Z, C]): Distinct[A, X, H, Y, Z, C]

  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def addh(xs: X*): Distinct[A, X, H, Y, Z, B]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. final def at[M, N](l: PPrism[M, N, A, B]): Distinct[M, X, H, Y, Z, N]

    Annotations
    @inline()
  9. final def at[M, N](l: POptional[M, N, A, B]): Distinct[M, X, H, Y, Z, N]

    Annotations
    @inline()
  10. final def at[M, N](l: PIso[M, N, A, B]): Distinct[M, X, H, Y, Z, N]

    Annotations
    @inline()
  11. final def at[M, N](l: PLens[M, N, A, B]): Distinct[M, X, H, Y, Z, N]

    Annotations
    @inline()
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compose[M](f: Distinct[M, X, H, Y, Z, A]): Distinct[M, X, H, Y, Z, B]

  14. final def contramap[C](f: (C) ⇒ A, g: (C, B) ⇒ C): Distinct[C, X, H, Y, Z, C]

    Annotations
    @inline()
  15. def dimap[M, N](f: (M) ⇒ A, g: (M, B) ⇒ N): Distinct[M, X, H, Y, Z, N]

  16. def dimaps[M, N](f: (M) ⇒ ((A) ⇒ S[B]) ⇒ S[N]): Distinct[M, X, H, Y, Z, N]

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val fixer: Fixer[X, H, Y, Z]

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def lift[F[_]](implicit arg0: Foldable[F], arg1: Baggy[F]): Distinct[F[A], X, H, Y, Z, F[B]]

  23. def liftL[R]: Distinct[(A, R), X, H, Y, Z, (B, R)]

  24. def liftMapValues[K]: Distinct[Map[K, A], X, H, Y, Z, Map[K, B]]

  25. def liftR[L]: Distinct[(L, A), X, H, Y, Z, (L, B)]

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def run: (A) ⇒ B

    Definition Classes
    DistinctDistinctFn
  30. def runs(a: A): S[B]

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. val t: (A) ⇒ ((X) ⇒ State[H[Y], Z]) ⇒ State[H[Y], B]

  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DistinctFn[A, B]

Inherited from AnyRef

Inherited from Any

Ungrouped