Packages

o

scalaz

Injectivity

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. implicit def DisjunctionInjective: Injective2[\/]
  2. implicit def EitherInjective: Injective2[Either]
  3. implicit def EitherLeftProjectionInjective: Injective2[LeftProjection]
  4. implicit def EitherRightProjectionInjective: Injective2[RightProjection]
  5. implicit def FractionalInjective: Injective[Fractional]
  6. implicit def Function0Injective: Injective[Function0]
  7. implicit def Function1Injective: Injective2[Function]
  8. implicit def Function2Injective: Injective3[Function2]
  9. implicit def Function3Injective: Injective4[Function3]
  10. implicit def Function4Injective: Injective5[Function4]
  11. implicit def IndexedSeqInjective: Injective[IndexedSeq]
  12. implicit def IntegralInjective: Injective[Integral]
  13. implicit def IterableInjective: Injective[Iterable]
  14. implicit def IteratorInjective: Injective[Iterator]
  15. implicit def ListInjective: Injective[List]
  16. implicit def OptionInjective: Injective[Option]
  17. implicit def PartialFunctionInjective: Injective2[PartialFunction]
  18. implicit def PartialOrderingInjective: Injective[PartialOrdering]
  19. implicit def Product1Injective: Injective[Product1]
  20. implicit def Product2Injective: Injective2[Product2]
  21. implicit def Product3Injective: Injective3[Product3]
  22. implicit def Product4Injective: Injective4[Product4]
  23. implicit def Product5Injective: Injective5[Product5]
  24. implicit def SetInjective: Injective[Set]
  25. implicit def StreamInjective: Injective[Stream]
  26. implicit def Tuple2Injective: Injective2[Tuple2]
  27. implicit def Tuple3Injective: Injective3[Tuple3]
  28. implicit def Tuple4Injective: Injective4[Tuple4]
  29. implicit def Tuple5Injective: Injective5[Tuple5]
  30. implicit def ValidationInjective: Injective2[Validation]