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
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. def at[M, N](l: PTraversal[M, N, A, B]): Distinct[M, X, H, Y, Z, N]
  9. final def at[M, N](l: PPrism[M, N, A, B]): Distinct[M, X, H, Y, Z, N]
    Annotations
    @inline()
  10. final def at[M, N](l: POptional[M, N, A, B]): Distinct[M, X, H, Y, Z, N]
    Annotations
    @inline()
  11. final def at[M, N](l: PIso[M, N, A, B]): Distinct[M, X, H, Y, Z, N]
    Annotations
    @inline()
  12. final def at[M, N](l: PLens[M, N, A, B]): Distinct[M, X, H, Y, Z, N]
    Annotations
    @inline()
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def compose[M](f: Distinct[M, X, H, Y, Z, A]): Distinct[M, X, H, Y, Z, B]
  15. final def contramap[C](f: (C) ⇒ A, g: (C, B) ⇒ C): Distinct[C, X, H, Y, Z, C]
    Annotations
    @inline()
  16. def dimap[M, N](f: (M) ⇒ A, g: (M, B) ⇒ N): Distinct[M, X, H, Y, Z, N]
  17. def dimaps[M, N](f: (M) ⇒ ((A) ⇒ S[B]) ⇒ S[N]): Distinct[M, X, H, Y, Z, N]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val fixer: Fixer[X, H, Y, Z]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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 liftMultimapValues[K, L[_], VA, VB](implicit l: MultiValues[L], va: =:=[Map[K, L[VA]], Map[K, A]], vb: =:=[Map[K, B], Map[K, L[VB]]]): Distinct[Multimap[K, L, VA], X, H, Y, Z, Multimap[K, L, VB]]
  26. def liftR[L]: Distinct[(L, A), X, H, Y, Z, (L, B)]
  27. def liftT[F[_]](implicit arg0: Traverse[F]): Distinct[F[A], X, H, Y, Z, F[B]]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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. def traversal[S, T](traversal: PTraversal[S, T, A, B]): Distinct[S, X, H, Y, Z, T]
  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( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DistinctFn[A, B]

Inherited from AnyRef

Inherited from Any

Ungrouped