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. 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 FractionalInjective: Injective[Fractional]
  7. implicit def Function0Injective: Injective[Function0]
  8. implicit def Function1Injective: Injective2[Function]
  9. implicit def Function2Injective: Injective3[Function2]
  10. implicit def Function3Injective: Injective4[Function3]
  11. implicit def Function4Injective: Injective5[Function4]
  12. implicit def IndexedSeqInjective: Injective[IndexedSeq]
  13. implicit def IntegralInjective: Injective[Integral]
  14. implicit def IterableInjective: Injective[Iterable]
  15. implicit def IteratorInjective: Injective[Iterator]
  16. implicit def ListInjective: Injective[List]
  17. implicit def OptionInjective: Injective[Option]
  18. implicit def PartialFunctionInjective: Injective2[PartialFunction]
  19. implicit def PartialOrderingInjective: Injective[PartialOrdering]
  20. implicit def Product1Injective: Injective[Product1]
  21. implicit def Product2Injective: Injective2[Product2]
  22. implicit def Product3Injective: Injective3[Product3]
  23. implicit def Product4Injective: Injective4[Product4]
  24. implicit def Product5Injective: Injective5[Product5]
  25. implicit def SetInjective: Injective[Set]
  26. implicit def StreamInjective: Injective[Stream]
  27. implicit def Tuple2Injective: Injective2[Tuple2]
  28. implicit def Tuple3Injective: Injective3[Tuple3]
  29. implicit def Tuple4Injective: Injective4[Tuple4]
  30. implicit def Tuple5Injective: Injective5[Tuple5]
  31. implicit def ValidationInjective: Injective2[Validation]
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped