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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. implicit def DisjunctionInjective: Injective2[\/]

  7. implicit def EitherInjective: Injective2[Either]

  8. implicit def EitherLeftProjectionInjective: Injective2[LeftProjection]

  9. implicit def EitherRightProjectionInjective: Injective2[RightProjection]

  10. implicit def FractionalInjective: Injective[Fractional]

  11. implicit def Function0Injective: Injective[Function0]

  12. implicit def Function1Injective: Injective2[Function1]

  13. implicit def Function2Injective: Injective3[Function2]

  14. implicit def Function3Injective: Injective4[Function3]

  15. implicit def Function4Injective: Injective5[Function4]

  16. implicit def IndexedSeqInjective: Injective[IndexedSeq]

  17. implicit def IntegralInjective: Injective[Integral]

  18. implicit def IterableInjective: Injective[Iterable]

  19. implicit def IteratorInjective: Injective[Iterator]

  20. implicit def ListInjective: Injective[List]

  21. implicit def OptionInjective: Injective[Option]

  22. implicit def PartialFunctionInjective: Injective2[PartialFunction]

  23. implicit def PartialOrderingInjective: Injective[PartialOrdering]

  24. implicit def Product1Injective: Injective[Product1]

  25. implicit def Product2Injective: Injective2[Product2]

  26. implicit def Product3Injective: Injective3[Product3]

  27. implicit def Product4Injective: Injective4[Product4]

  28. implicit def Product5Injective: Injective5[Product5]

  29. implicit def SetInjective: Injective[Set]

  30. implicit def StreamInjective: Injective[Stream]

  31. implicit def Tuple2Injective: Injective2[Tuple2]

  32. implicit def Tuple3Injective: Injective3[Tuple3]

  33. implicit def Tuple4Injective: Injective4[Tuple4]

  34. implicit def Tuple5Injective: Injective5[Tuple5]

  35. implicit def ValidationInjective: Injective2[Validation]

  36. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  37. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  48. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped