Packages

trait MapFloat[Ns, In] extends MapAttr[Ns, In, Map[String, Float], Float]

Linear Supertypes
MapAttr[Ns, In, Map[String, Float], Float], ValueAttr[Ns, In, Float, Map[String, Float]], Attr, ValueAttrOps[Ns, In, Float, Map[String, Float]], MapAttrOps[Ns, In, Map[String, Float], Float], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapFloat
  2. MapAttr
  3. ValueAttr
  4. Attr
  5. ValueAttrOps
  6. MapAttrOps
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Values extends AnyRef
    Definition Classes
    MapAttrOps

Value Members

  1. def !=(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  2. def !=(many: Seq[Float]): Ns with Attr
    Definition Classes
    ValueAttrOps
  3. def !=(one: Float): Ns with Attr
    Definition Classes
    ValueAttrOps
  4. def !=(one: Float, more: Float*): Ns with Attr
    Definition Classes
    ValueAttrOps
  5. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def ##(): Int
    Definition Classes
    AnyRef → Any
  7. def <(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  8. def <(value: Float): Ns with Attr
    Definition Classes
    ValueAttrOps
  9. def <=(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  10. def <=(value: Float): Ns with Attr
    Definition Classes
    ValueAttrOps
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def >(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  13. def >(value: Float): Ns with Attr
    Definition Classes
    ValueAttrOps
  14. def >=(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  15. def >=(value: Float): Ns with Attr
    Definition Classes
    ValueAttrOps
  16. def add(pairs: Seq[(String, Float)]): Ns with Attr
    Definition Classes
    MapAttrOps
  17. def add(pair: (String, Float), morePairs: (String, Float)*): Ns with Attr
    Definition Classes
    MapAttrOps
  18. def apply(expr3: Exp3[Float, Float, Float]): Ns with Attr
    Definition Classes
    ValueAttrOps
  19. def apply(expr2: Exp2[Float, Float]): Ns with Attr
    Definition Classes
    ValueAttrOps
  20. def apply(expr1: Exp1[Float]): Ns with Attr
    Definition Classes
    ValueAttrOps
  21. def apply(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  22. def apply(unifyThis: molecule.unify): Ns with Attr
    Definition Classes
    ValueAttrOps
  23. def apply(noValue: molecule.nil): Ns with Attr
    Definition Classes
    ValueAttrOps
  24. def apply(set: Seq[Float], moreSets: Seq[Float]*): Ns with Attr
    Definition Classes
    MapAttrOps
  25. def apply(value: Float, more: Float*): Ns with Attr
    Definition Classes
    MapAttrOps
  26. def apply(pairs: Or[(String, Float)]): Ns with Attr
    Definition Classes
    MapAttrOps
  27. def apply(pairs: Seq[(String, Float)]): Ns with Attr
    Definition Classes
    MapAttrOps
  28. def apply(pair: (String, Float), morePairs: (String, Float)*): Ns with Attr
    Definition Classes
    MapAttrOps
  29. def apply(): Ns with Attr
    Definition Classes
    MapAttrOps
  30. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  31. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def k(or: Or[String]): Values with Ns with Attr
    Definition Classes
    MapAttrOps
  39. def k(values: Seq[String]): Values with Ns with Attr
    Definition Classes
    MapAttrOps
  40. def k(value: String, more: String*): Values with Ns with Attr
    Definition Classes
    MapAttrOps
  41. def k(value: String): Values with Ns with Attr
    Definition Classes
    MapAttrOps
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def not(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  44. def not(many: Seq[Float]): Ns with Attr
    Definition Classes
    ValueAttrOps
  45. def not(one: Float, more: Float*): Ns with Attr
    Definition Classes
    ValueAttrOps
  46. final def notify(): Unit
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  48. def remove(keys: Seq[String]): Ns with Attr
    Definition Classes
    MapAttrOps
  49. def remove(key: String, moreKeys: String*): Ns with Attr
    Definition Classes
    MapAttrOps
  50. def replace(newValues: Seq[(String, Float)]): Ns with Attr
    Definition Classes
    MapAttrOps
  51. def replace(newValue: (String, Float), newValues: (String, Float)*): Ns with Attr
    Definition Classes
    MapAttrOps
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MapAttr[Ns, In, Map[String, Float], Float]

Inherited from ValueAttr[Ns, In, Float, Map[String, Float]]

Inherited from Attr

Inherited from ValueAttrOps[Ns, In, Float, Map[String, Float]]

Inherited from MapAttrOps[Ns, In, Map[String, Float], Float]

Inherited from AnyRef

Inherited from Any

Ungrouped