Tupler

pl.iterators.stir.util.Tupler
See theTupler companion object
trait Tupler[T]

Provides a way to convert a value into an Tuple. If the value is already a Tuple then it is returned unchanged, otherwise it's wrapped in a Tuple1 instance.

Attributes

Companion
object
Source
Tupler.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Out

Attributes

Source
Tupler.scala

Value members

Abstract methods

Attributes

Source
Tupler.scala
def apply(value: T): Out

Attributes

Source
Tupler.scala