object Injectivity
- Source
- Injective.scala
- Alphabetic
- By Inheritance
- Injectivity
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def DisjunctionInjective: Injective2[\/]
- implicit def EitherInjective: Injective2[Either]
- implicit def EitherLeftProjectionInjective: Injective2[LeftProjection]
- implicit def EitherRightProjectionInjective: Injective2[RightProjection]
- implicit def FractionalInjective: Injective[Fractional]
- implicit def Function0Injective: Injective[Function0]
- implicit def Function1Injective: Injective2[Function]
- implicit def Function2Injective: Injective3[Function2]
- implicit def Function3Injective: Injective4[Function3]
- implicit def Function4Injective: Injective5[Function4]
- implicit def IndexedSeqInjective: Injective[IndexedSeq]
- implicit def IntegralInjective: Injective[Integral]
- implicit def IterableInjective: Injective[Iterable]
- implicit def IteratorInjective: Injective[Iterator]
- implicit def ListInjective: Injective[List]
- implicit def OptionInjective: Injective[Option]
- implicit def PartialFunctionInjective: Injective2[PartialFunction]
- implicit def PartialOrderingInjective: Injective[PartialOrdering]
- implicit def Product1Injective: Injective[Product1]
- implicit def Product2Injective: Injective2[Product2]
- implicit def Product3Injective: Injective3[Product3]
- implicit def Product4Injective: Injective4[Product4]
- implicit def Product5Injective: Injective5[Product5]
- implicit def SetInjective: Injective[Set]
- implicit def StreamInjective: Injective[Stream]
- implicit def Tuple2Injective: Injective2[Tuple2]
- implicit def Tuple3Injective: Injective3[Tuple3]
- implicit def Tuple4Injective: Injective4[Tuple4]
- implicit def Tuple5Injective: Injective5[Tuple5]
- implicit def ValidationInjective: Injective2[Validation]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )