japgolly.nyaya.test

Distinct

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

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

  9. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  20. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  35. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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