TupleOps

smile.data.TupleOps
case class TupleOps(t: Tuple)

Pimped tuple with additional methods.

Value parameters

t

a tuple.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toJSON: JsObject

Converts the tuple to a JSON object.

Converts the tuple to a JSON object.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product