Object

scalaz

Injectivity

Related Doc: package scalaz

Permalink

object Injectivity

Source
Injective.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Injectivity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit def DisjunctionInjective: Injective2[\/]

    Permalink
  5. implicit def EitherInjective: Injective2[Either]

    Permalink
  6. implicit def EitherLeftProjectionInjective: Injective2[LeftProjection]

    Permalink
  7. implicit def EitherRightProjectionInjective: Injective2[RightProjection]

    Permalink
  8. implicit def FractionalInjective: Injective[Fractional]

    Permalink
  9. implicit def Function0Injective: Injective[Function0]

    Permalink
  10. implicit def Function1Injective: Injective2[Function]

    Permalink
  11. implicit def Function2Injective: Injective3[Function2]

    Permalink
  12. implicit def Function3Injective: Injective4[Function3]

    Permalink
  13. implicit def Function4Injective: Injective5[Function4]

    Permalink
  14. implicit def IndexedSeqInjective: Injective[IndexedSeq]

    Permalink
  15. implicit def IntegralInjective: Injective[Integral]

    Permalink
  16. implicit def IterableInjective: Injective[Iterable]

    Permalink
  17. implicit def IteratorInjective: Injective[Iterator]

    Permalink
  18. implicit def ListInjective: Injective[List]

    Permalink
  19. implicit def OptionInjective: Injective[Option]

    Permalink
  20. implicit def PartialFunctionInjective: Injective2[PartialFunction]

    Permalink
  21. implicit def PartialOrderingInjective: Injective[PartialOrdering]

    Permalink
  22. implicit def Product1Injective: Injective[Product1]

    Permalink
  23. implicit def Product2Injective: Injective2[Product2]

    Permalink
  24. implicit def Product3Injective: Injective3[Product3]

    Permalink
  25. implicit def Product4Injective: Injective4[Product4]

    Permalink
  26. implicit def Product5Injective: Injective5[Product5]

    Permalink
  27. implicit def SetInjective: Injective[Set]

    Permalink
  28. implicit def StreamInjective: Injective[Stream]

    Permalink
  29. implicit def Tuple2Injective: Injective2[Tuple2]

    Permalink
  30. implicit def Tuple3Injective: Injective3[Tuple3]

    Permalink
  31. implicit def Tuple4Injective: Injective4[Tuple4]

    Permalink
  32. implicit def Tuple5Injective: Injective5[Tuple5]

    Permalink
  33. implicit def ValidationInjective: Injective2[Validation]

    Permalink
  34. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped