final class TupleOps[T] extends AnyVal
- Source
- TupleOps.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TupleOps
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TupleOps(tuple: T)
Value Members
-
def
append[S](value: S)(implicit ao: AppendOne[T, S]): Out
Appends the given value to the tuple producing a tuple of arity n + 1.
-
def
foldLeft[In](zero: In)(op: BinaryPolyFunc)(implicit fold: FoldLeft[In, T, op.type]): Out
Left-Folds over the tuple using the given binary poly-function.
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
join[S](suffixTuple: S)(implicit join: Join[T, S]): Out
Appends the given tuple to the underlying tuple producing a tuple of arity n + m.
- val tuple: T