scalaz

Injectivity

object Injectivity extends AnyRef

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

Value Members

  1. def != (arg0: AnyRef): Boolean

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. implicit def EitherInjective : Injective2[Either]

    Attributes
    implicit
  7. implicit def EitherLeftProjectionInjective : Injective2[LeftProjection]

    Attributes
    implicit
  8. implicit def EitherRightProjectionInjective : Injective2[RightProjection]

    Attributes
    implicit
  9. implicit def FractionalInjective : Injective[Fractional]

    Attributes
    implicit
  10. implicit def Function0Injective : Injective[Function0]

    Attributes
    implicit
  11. implicit def Function1Injective : Injective2[Function1]

    Attributes
    implicit
  12. implicit def Function2Injective : Injective3[Function2]

    Attributes
    implicit
  13. implicit def Function3Injective : Injective4[Function3]

    Attributes
    implicit
  14. implicit def Function4Injective : Injective5[Function4]

    Attributes
    implicit
  15. implicit def IndexedSeqInjective : Injective[IndexedSeq]

    Attributes
    implicit
  16. implicit def IntegralInjective : Injective[Integral]

    Attributes
    implicit
  17. implicit def IterableInjective : Injective[Iterable]

    Attributes
    implicit
  18. implicit def IteratorInjective : Injective[Iterator]

    Attributes
    implicit
  19. implicit def ListInjective : Injective[List]

    Attributes
    implicit
  20. implicit def OptionInjective : Injective[Option]

    Attributes
    implicit
  21. implicit def PartialFunctionInjective : Injective2[PartialFunction]

    Attributes
    implicit
  22. implicit def PartialOrderingInjective : Injective[PartialOrdering]

    Attributes
    implicit
  23. implicit def Product1Injective : Injective[Product1]

    Attributes
    implicit
  24. implicit def Product2Injective : Injective2[Product2]

    Attributes
    implicit
  25. implicit def Product3Injective : Injective3[Product3]

    Attributes
    implicit
  26. implicit def Product4Injective : Injective4[Product4]

    Attributes
    implicit
  27. implicit def Product5Injective : Injective5[Product5]

    Attributes
    implicit
  28. implicit def SetInjective : Injective[Set]

    Attributes
    implicit
  29. implicit def StreamInjective : Injective[Stream]

    Attributes
    implicit
  30. implicit def Tuple2Injective : Injective2[Tuple2]

    Attributes
    implicit
  31. implicit def Tuple3Injective : Injective3[Tuple3]

    Attributes
    implicit
  32. implicit def Tuple4Injective : Injective4[Tuple4]

    Attributes
    implicit
  33. implicit def Tuple5Injective : Injective5[Tuple5]

    Attributes
    implicit
  34. implicit def ValidationInjective : Injective2[Validation]

    Attributes
    implicit
  35. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  36. def clone (): AnyRef

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

    Attributes
    final
    Definition Classes
    AnyRef
  38. def equals (arg0: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  41. def hashCode (): Int

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  44. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  45. def notifyAll (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  47. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any