Packages

class NewKeyValuePairBuilder extends NewNodeBuilder[NewKeyValuePair]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewKeyValuePairBuilder
  2. NewNodeBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewKeyValuePairBuilder()

Value Members

  1. def build: NewKeyValuePair
  2. def canEqual(other: Any): Boolean
  3. def equals(other: Any): Boolean
    Definition Classes
    NewKeyValuePairBuilder → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    NewKeyValuePairBuilder → AnyRef → Any
  5. def id(x: Long): NewKeyValuePairBuilder
  6. def id: Long
  7. def key(x: String): NewKeyValuePairBuilder
  8. var result: NewKeyValuePair
  9. def toString(): String
    Definition Classes
    NewKeyValuePairBuilder → AnyRef → Any
  10. def value(x: String): NewKeyValuePairBuilder