Class

ml.bundle.Scalar

ScalarLens

Related Doc: package Scalar

Permalink

implicit class ScalarLens[UpperPB] extends ObjectLens[UpperPB, Scalar]

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

Instance Constructors

  1. new ScalarLens(_l: Lens[UpperPB, Scalar])

    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: Scalar): 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 b: Lens[UpperPB, Boolean]

    Permalink
  7. def bs: Lens[UpperPB, ByteString]

    Permalink
  8. def bt: Lens[UpperPB, BasicType]

    Permalink
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Lens
  11. def d: Lens[UpperPB, Double]

    Permalink
  12. def ds: Lens[UpperPB, DataShape]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def f: Lens[UpperPB, Float]

    Permalink
  16. def field[A](getter: (Scalar) ⇒ A)(setter: (Scalar, A) ⇒ Scalar): Lens[UpperPB, A]

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get(u: UpperPB): Scalar

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def i: Lens[UpperPB, Int]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def l: Lens[UpperPB, Long]

    Permalink
  25. def m: Lens[UpperPB, Model]

    Permalink
  26. def modify(f: (Scalar) ⇒ Scalar): Mutation[UpperPB]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def optionalDs: Lens[UpperPB, Option[DataShape]]

    Permalink
  31. def optionalM: Lens[UpperPB, Option[Model]]

    Permalink
  32. def optionalT: Lens[UpperPB, Option[Tensor]]

    Permalink
  33. def s: Lens[UpperPB, String]

    Permalink
  34. def set(c: Scalar): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def t: Lens[UpperPB, Tensor]

    Permalink
  37. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Scalar, B)]

    Permalink
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, Scalar]

Inherited from Lens[UpperPB, Scalar]

Inherited from AnyRef

Inherited from Any

Ungrouped