ValueFactory

class Object
trait Matchable
class Any

Value members

Concrete methods

def newBinary(b: Array[Byte]): BinaryValue
def newBoolean(b: Boolean): BooleanValue
def newExt(tpe: Byte, v: Array[Byte]): ExtensionValue
def newFloat(d: Double): DoubleValue
def newInteger(i: Int): LongValue
def newInteger(l: Long): LongValue
def newInteger(b: BigInteger): BigIntegerValue
def newMap(kv: (Value, Value)*): MapValue
def newNil: NilValue.type
def newString(s: String): StringValue
def newTimestamp(i: Instant): TimestampValue