object JsArrayOptics
Different optics to work with JsArray
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsArrayOptics
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- def accessor(path: JsPath): Lens[JsArray, JsValue]
Accessor to implement getter/setter methods on a JsArray.
Accessor to implement getter/setter methods on a JsArray. It's implemented using a Lens. Setting JsNothing deletes the element. It obeys all the lenses laws but when inserting JsNothing in paths that point to arrays.
- path
the path that point to the element that will be retrieved and updated
- returns
a Lens
- def arrAccessor(path: JsPath): Optional[JsArray, JsArray]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bigDecAccessor(path: JsPath): Optional[JsArray, BigDecimal]
- def bigIntAccessor(path: JsPath): Optional[JsArray, BigInt]
- def boolAccessor(path: JsPath): Optional[JsArray, Boolean]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def doubleAccessor(path: JsPath): Optional[JsArray, Double]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): 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[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def intAccessor(path: JsPath): Optional[JsArray, Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def longAccessor(path: JsPath): Optional[JsArray, Long]
- 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()
- def objAccessor(path: JsPath): Optional[JsArray, JsObj]
- def strAccessor(path: JsPath): Optional[JsArray, String]
Accessor to implement getter/setter methods of a String value on a JsArray.
Accessor to implement getter/setter methods of a String value on a JsArray. It's implemented using an Optional.
- path
the path that point to the string that will be retrieved and updated
- returns
an Optional
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toArray: Prism[JsValue, JsArray]
Prism to select a JsArray of the JsValue sum type
- 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()