ScalaGraalValueExt

final class ScalaGraalValueExt(self: Value) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def arrayIterator(): Iterator[Value]
def toBooleanArray(): Array[Boolean]
def toBooleanList(): List[Boolean]
def toBooleanVector(): Vector[Boolean]
def toByteArray(): Array[Byte]
def toByteList(): List[Byte]
def toByteVector(): Vector[Byte]
def toDoubleArray(): Array[Double]
def toDoubleList(): List[Double]
def toDoubleVector(): Vector[Double]
def toFloatArray(): Array[Float]
def toFloatList(): List[Float]
def toFloatVector(): Vector[Float]
def toIntArray(): Array[Int]
def toIntList(): List[Int]
def toIntVector(): Vector[Int]
def toLongArray(): Array[Long]
def toLongList(): List[Long]
def toLongVector(): Vector[Long]
def toShortArray(): Array[Short]
def toShortList(): List[Short]
def toShortVector(): Vector[Short]
def toStringArray(): Array[String]
def toStringList(): List[String]
def toStringVector(): Vector[String]