object Prism
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Prism
- 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
- def apply[S, A](get: (S) => (OpticTypesModule.this)#OpticResult[(OpticTypesModule.this)#OpticFailure, A], set: (A) => (OpticTypesModule.this)#OpticResult[Nothing, S]): (OpticTypesModule.this)#Prism[S, A]
Constructs a
Prism
from aget
and aset
function. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def cons[A, B]: (OpticTypesModule.this)#Prism[List[A], (A, List[A])]
An optic that accesses the
::
case of aList
. - 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 isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def left[A, B]: (OpticTypesModule.this)#Prism[Either[A, B], A]
An optic that accesses the
Left
case of anEither
. - final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def none[A]: (OpticTypesModule.this)#Prism[Option[A], Unit]
An optic that accesses the
None
case of anOption
. - final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def right[A, B]: (OpticTypesModule.this)#Prism[Either[A, B], B]
An optic that accesses the
Right
case of anEither
. - def some[A]: (OpticTypesModule.this)#Prism[Option[A], A]
An optic that accesses the
Some
case of anOption
. - 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()