object Iso
- Source
- Iso.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Iso
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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 apply[S, A](view: (S) => A)(review: (A) => S): Iso[S, A]
create a monomorphic Iso from pair of functions
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def bimap[F[_, _]]: BimapPartiallyApplied[F]
lift a polymorphic Iso_ to operate on Bifunctors
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def contramap[F[_]]: ContravariantPartiallyApplied[F]
- 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 getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def id[S]: Iso[S, S]
monomorphic identity of an Iso
- final def involuted[A](update: (A) => A): Iso[A, A]
create an Iso from a function that is its own inverse
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def iso[S, A](view: (S) => A)(review: (A) => S): Iso[S, A]
synonym for apply
- final def map[F[_]]: MapPartiallyApplied[F]
lift a polymorphic Iso_ to operate on Functors
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def non[A](a: A)(implicit ev: Eq[A]): Iso[Option[A], A]
if
A1
is obtained fromA
by removing a single value, thenOption[A1]
is isomorphic toA
- 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(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()