o

value

JsArrayOptics

object JsArrayOptics

Different optics to work with JsArray

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsArrayOptics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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

  5. def arrAccessor(path: JsPath): Optional[JsArray, JsArray]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bigDecAccessor(path: JsPath): Optional[JsArray, BigDecimal]
  8. def bigIntAccessor(path: JsPath): Optional[JsArray, BigInt]
  9. def boolAccessor(path: JsPath): Optional[JsArray, Boolean]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def doubleAccessor(path: JsPath): Optional[JsArray, Double]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def intAccessor(path: JsPath): Optional[JsArray, Int]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def longAccessor(path: JsPath): Optional[JsArray, Long]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def objAccessor(path: JsPath): Optional[JsArray, JsObj]
  24. 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

  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val toArray: Prism[JsValue, JsArray]

    Prism to select a JsArray of the JsValue sum type

  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped