Class

scalaz

Isomorphisms

Related Doc: package scalaz

Permalink

sealed abstract class Isomorphisms extends AnyRef

Source
Isomorphism.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Isomorphisms
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type <=>[A, B] = Iso[Function1, A, B]

    Permalink

    Alias for IsoSet

  2. type <~>[F[_], G[_]] = Iso2[NaturalTransformation, F, G]

    Permalink

    Alias for IsoFunctor

  3. type <~~>[F[_, _], G[_, _]] = Iso3[~~>, F, G]

    Permalink

    Alias for IsoBifunctor

  4. trait Iso[Arr[_, _], A, B] extends AnyRef

    Permalink

    Isomorphism for arrows of kind * -> * -> *

  5. trait Iso2[Arr[_[_], _[_]], F[_], G[_]] extends AnyRef

    Permalink

    Isomorphism for arrows of kind (* -> *) -> (* -> *) -> *

  6. trait Iso3[Arr[_[_, _], _[_, _]], F[_, _], G[_, _]] extends AnyRef

    Permalink

    Isomorphism for arrows of kind (* -> * -> *) -> (* -> * -> *) -> *

  7. type IsoBifunctor[F[_, _], G[_, _]] = Iso3[~~>, F, G]

    Permalink
  8. trait IsoBifunctorTemplate[F[_, _], G[_, _]] extends IsoBifunctor[F, G]

    Permalink

    Convenience template trait to implement <~~>

  9. type IsoFunctor[F[_], G[_]] = Iso2[NaturalTransformation, F, G]

    Permalink

    Natural isomorphism between functors

  10. trait IsoFunctorTemplate[F[_], G[_]] extends IsoFunctor[F, G]

    Permalink

    Convenience template trait to implement <~>

  11. type IsoSet[A, B] = Iso[Function1, A, B]

    Permalink

    Set isomorphism

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object IsoFunctor

    Permalink
  5. object IsoSet

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def commutative[A, B](i: <=>[A, B]): <=>[B, A]

    Permalink

    Set isomorphism is commutative

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

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  15. def naturalCommutative[F[_], G[_]](i: <~>[F, G]): <~>[G, F]

    Permalink

    Natural isomorphism is commutative

  16. def naturalRefl[F[_]]: <~>[F, F]

    Permalink

    Natural isomorphism is reflexive

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def refl[A]: <=>[A, A]

    Permalink

    Set isomorphism is reflexive

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

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped