Class/Object

nyaya.gen

Distinct

Related Docs: object Distinct | package gen

Permalink

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])

    Permalink

Type Members

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

    Permalink

Value Members

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

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

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

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

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

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

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
  9. final def at[M, N](l: PPrism[M, N, A, B]): Distinct[M, X, H, Y, Z, N]

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

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

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

    Permalink
    Annotations
    @inline()
  13. def clone(): AnyRef

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

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

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

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

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def finalize(): Unit

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

    Permalink
  21. final def getClass(): Class[_]

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

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

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

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

    Permalink
  26. 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]]

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

    Permalink
  28. def liftT[F[_]](implicit arg0: Traverse[F]): Distinct[F[A], X, H, Y, Z, F[B]]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

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

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

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

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

    Permalink
  36. def traversal[S, T](traversal: PTraversal[S, T, A, B]): Distinct[S, X, H, Y, Z, T]

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    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