scalaz

Injectivity

object Injectivity

Source
Injective.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Injectivity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. implicit def DisjunctionInjective: Injective2[\/]

  5. implicit def EitherInjective: Injective2[Either]

  6. implicit def EitherLeftProjectionInjective: Injective2[LeftProjection]

  7. implicit def EitherRightProjectionInjective: Injective2[RightProjection]

  8. implicit def FractionalInjective: Injective[Fractional]

  9. implicit def Function0Injective: Injective[Function0]

  10. implicit def Function1Injective: Injective2[Function1]

  11. implicit def Function2Injective: Injective3[Function2]

  12. implicit def Function3Injective: Injective4[Function3]

  13. implicit def Function4Injective: Injective5[Function4]

  14. implicit def IndexedSeqInjective: Injective[IndexedSeq]

  15. implicit def IntegralInjective: Injective[Integral]

  16. implicit def IterableInjective: Injective[Iterable]

  17. implicit def IteratorInjective: Injective[Iterator]

  18. implicit def ListInjective: Injective[List]

  19. implicit def OptionInjective: Injective[Option]

  20. implicit def PartialFunctionInjective: Injective2[PartialFunction]

  21. implicit def PartialOrderingInjective: Injective[PartialOrdering]

  22. implicit def Product1Injective: Injective[Product1]

  23. implicit def Product2Injective: Injective2[Product2]

  24. implicit def Product3Injective: Injective3[Product3]

  25. implicit def Product4Injective: Injective4[Product4]

  26. implicit def Product5Injective: Injective5[Product5]

  27. implicit def SetInjective: Injective[Set]

  28. implicit def StreamInjective: Injective[Stream]

  29. implicit def Tuple2Injective: Injective2[Tuple2]

  30. implicit def Tuple3Injective: Injective3[Tuple3]

  31. implicit def Tuple4Injective: Injective4[Tuple4]

  32. implicit def Tuple5Injective: Injective5[Tuple5]

  33. implicit def ValidationInjective: Injective2[Validation]

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  46. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped