Packages

implicit class ItemLens[UpperPB] extends ObjectLens[UpperPB, Item]

Linear Supertypes
ObjectLens[UpperPB, Item], Lens[UpperPB, Item], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ItemLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ItemLens(_l: Lens[UpperPB, Item])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Item): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def compose[B](other: Lens[Item, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. def deal: Lens[UpperPB, Seq[Deal]]
  9. def dlvy: Lens[UpperPB, Int]
  10. def dt: Lens[UpperPB, String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def exp: Lens[UpperPB, Int]
  14. def ext: Lens[UpperPB, Struct]
  15. def extProto: Lens[UpperPB, Seq[Any]]
  16. def field[A](getter: (Item) => A)(setter: (Item, A) => Item): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  17. def field[A](lens: Lens[Item, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  18. def flr: Lens[UpperPB, Double]
  19. def flrcur: Lens[UpperPB, String]
  20. def get(u: UpperPB): Item
    Definition Classes
    ObjectLens → Lens
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def id: Lens[UpperPB, String]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def metric: Lens[UpperPB, Seq[Metric]]
  26. def modify(f: (Item) => Item): Mutation[UpperPB]
    Definition Classes
    Lens
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def optionalExt: Lens[UpperPB, Option[Struct]]
  31. def optionalSpec: Lens[UpperPB, Option[Any]]
  32. def private: Lens[UpperPB, Boolean]
  33. def qty: Lens[UpperPB, Int]
  34. def seq: Lens[UpperPB, Int]
  35. def set(c: Item): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  36. def setIfDefined(aOpt: Option[Item]): Mutation[UpperPB]
    Definition Classes
    Lens
  37. def spec: Lens[UpperPB, Any]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def update(ms: (Lens[Item, Item]) => Mutation[Item]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Item, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ObjectLens[UpperPB, Item]

Inherited from Lens[UpperPB, Item]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped