Class

com.ing.baker.runtime.actor.protobuf.Value

ValueLens

Related Doc: package Value

Permalink

implicit class ValueLens[UpperPB] extends ObjectLens[UpperPB, Value]

Linear Supertypes
ObjectLens[UpperPB, Value], Lens[UpperPB, Value], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ValueLens(_l: Lens[UpperPB, Value])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :=(a: Value): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bigDecimalJavaValue: Lens[UpperPB, String]

    Permalink
  7. def bigDecimalScalaValue: Lens[UpperPB, String]

    Permalink
  8. def bigIntJavaValue: Lens[UpperPB, String]

    Permalink
  9. def bigIntScalaValue: Lens[UpperPB, String]

    Permalink
  10. def booleanValue: Lens[UpperPB, Boolean]

    Permalink
  11. def byteArrayValue: Lens[UpperPB, ByteString]

    Permalink
  12. def byteValue: Lens[UpperPB, Int]

    Permalink
  13. def charValue: Lens[UpperPB, Int]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def compose[B](other: Lens[Value, B]): Lens[UpperPB, B]

    Permalink
    Definition Classes
    Lens
  16. def doubleValue: Lens[UpperPB, Double]

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def field[A](getter: (Value) ⇒ A)(setter: (Value, A) ⇒ Value): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  20. def field[A](lens: Lens[Value, A]): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def floatValue: Lens[UpperPB, Float]

    Permalink
  23. def get(u: UpperPB): Value

    Permalink
    Definition Classes
    ObjectLens → Lens
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def intValue: Lens[UpperPB, Int]

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def jodaDatetimeValue: Lens[UpperPB, String]

    Permalink
  29. def jodaLocaldateValue: Lens[UpperPB, String]

    Permalink
  30. def jodaLocaldatetimeValue: Lens[UpperPB, String]

    Permalink
  31. def listValue: Lens[UpperPB, List]

    Permalink
  32. def longValue: Lens[UpperPB, Long]

    Permalink
  33. def modify(f: (Value) ⇒ Value): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def nullValue: Lens[UpperPB, Boolean]

    Permalink
  38. def oneofValue: Lens[UpperPB, OneofValue]

    Permalink
  39. def recordValue: Lens[UpperPB, Record]

    Permalink
  40. def set(c: Value): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  41. def shortValue: Lens[UpperPB, Int]

    Permalink
  42. def stringValue: Lens[UpperPB, String]

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. def update(ms: (Lens[Value, Value]) ⇒ Mutation[Value]*): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ObjectLens[UpperPB, Value]

Inherited from Lens[UpperPB, Value]

Inherited from AnyRef

Inherited from Any

Ungrouped