object tuple extends TuplesOptics
- Source
- package.scala
- Alphabetic
- By Inheritance
- tuple
- TuplesOptics
- ALensTupleOptics
- LensTupleOptics
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- final def _1[A, B](implicit ev: Field1[(A, B), A]): Lens[(A, B), A]
extract the first element of a tuple using monomorphic Lens
extract the first element of a tuple using monomorphic Lens
- Definition Classes
- LensTupleOptics
- final def _1A[A, B](implicit ev: Field1[(A, B), A]): ALens[(A, B), A]
extract the first element of a tuple using polymorphic Lens_
extract the first element of a tuple using polymorphic Lens_
- Definition Classes
- ALensTupleOptics
- final def _1P[A, B, C]: Lens_[(A, C), (B, C), A, B]
extract the first element of a tuple using polymorphic Lens_
extract the first element of a tuple using polymorphic Lens_
- Definition Classes
- LensTupleOptics
- final def _1PA[A, B, C]: ALens_[(A, C), (B, C), A, B]
extract the first element of a tuple using polymorphic Lens_
extract the first element of a tuple using polymorphic Lens_
- Definition Classes
- ALensTupleOptics
- final def _2[A, B](implicit ev: Field2[(A, B), B]): Lens[(A, B), B]
extract the second element of a tuple using monomorphic Lens_
extract the second element of a tuple using monomorphic Lens_
- Definition Classes
- LensTupleOptics
- final def _2A[A, B](implicit ev: Field2[(A, B), B]): ALens[(A, B), B]
extract the second element of a tuple using polymorphic Lens_
extract the second element of a tuple using polymorphic Lens_
- Definition Classes
- ALensTupleOptics
- final def _2P[A, B, C]: Lens_[(C, A), (C, B), A, B]
extract the second element of a tuple using polymorphic Lens_
extract the second element of a tuple using polymorphic Lens_
- Definition Classes
- LensTupleOptics
- final def _2PA[A, B, C]: ALens_[(C, A), (C, B), A, B]
extract the second element of a tuple using polymorphic Lens_
extract the second element of a tuple using polymorphic Lens_
- Definition Classes
- ALensTupleOptics
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def firstP[A, B, C]: Lens_[(A, C), (B, C), A, B]
synonym for _1P
synonym for _1P
- Definition Classes
- LensTupleOptics
- final def fstPA[A, B, C]: ALens_[(A, C), (B, C), A, B]
extract the first element of a tuple using polymorphic Lens_
extract the first element of a tuple using polymorphic Lens_
- Definition Classes
- ALensTupleOptics
- final def getClass(): Class[_ <: AnyRef]
- 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 secondA[A, B](implicit ev: Field2[(A, B), B]): ALens[(A, B), B]
extract the first element of a tuple using polymorphic Lens_
extract the first element of a tuple using polymorphic Lens_
- Definition Classes
- ALensTupleOptics
- final def secondP[A, B, C]: Lens_[(C, A), (C, B), A, B]
synonym for _2P
synonym for _2P
- Definition Classes
- LensTupleOptics
- final def secondPA[A, B, C]: ALens_[(C, A), (C, B), A, B]
extract the second element of a tuple using polymorphic Lens_
extract the second element of a tuple using polymorphic Lens_
- Definition Classes
- ALensTupleOptics
- final def swapTuple[A, B]: Iso[(A, B), (B, A)]
swap the elements of a Tuple
swap the elements of a Tuple
- Definition Classes
- LensTupleOptics
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()