Class/Object

akka.http.scaladsl.server.util

TupleOps

Related Docs: object TupleOps | package util

Permalink

final class TupleOps[T] extends AnyVal

Source
TupleOps.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TupleOps
  2. AnyVal
  3. Any
Implicitly
  1. by enhanceTuple
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TupleOps(tuple: T)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to any2stringadd[TupleOps[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TupleOps[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to ArrowAssoc[TupleOps[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. def append[S](value: S)(implicit ao: AppendOne[T, S]): Out

    Permalink

    Appends the given value to the tuple producing a tuple of arity n + 1.

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def ensuring(cond: (TupleOps[T]) ⇒ Boolean, msg: ⇒ Any): TupleOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to Ensuring[TupleOps[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (TupleOps[T]) ⇒ Boolean): TupleOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to Ensuring[TupleOps[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): TupleOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to Ensuring[TupleOps[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): TupleOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to Ensuring[TupleOps[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def foldLeft[In](zero: In)(op: BinaryPolyFunc)(implicit fold: FoldLeft[In, T, op.type]): Out

    Permalink

    Left-Folds over the tuple using the given binary poly-function.

  13. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to StringFormat[TupleOps[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  14. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def join[S](suffixTuple: S)(implicit join: Join[T, S]): Out

    Permalink

    Appends the given tuple to the underlying tuple producing a tuple of arity n + m.

  17. def toString(): String

    Permalink
    Definition Classes
    Any
  18. val tuple: T

    Permalink
  19. def [B](y: B): (TupleOps[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to ArrowAssoc[TupleOps[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def append[S](value: S)(implicit ao: AppendOne[TupleOps[T], S]): Out

    Permalink

    Appends the given value to the tuple producing a tuple of arity n + 1.

    Appends the given value to the tuple producing a tuple of arity n + 1.

    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to TupleOps[TupleOps[T]] performed by method enhanceTuple in akka.http.scaladsl.server.util.TupleOps. This conversion will take place only if an implicit value of type Tuple[TupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tupleOps: TupleOps[TupleOps[T]]).append(value)(ao)
  2. def foldLeft[In](zero: In)(op: BinaryPolyFunc)(implicit fold: FoldLeft[In, TupleOps[T], op.type]): Out

    Permalink

    Left-Folds over the tuple using the given binary poly-function.

    Left-Folds over the tuple using the given binary poly-function.

    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to TupleOps[TupleOps[T]] performed by method enhanceTuple in akka.http.scaladsl.server.util.TupleOps. This conversion will take place only if an implicit value of type Tuple[TupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tupleOps: TupleOps[TupleOps[T]]).foldLeft(zero)(op)(fold)
  3. def join[S](suffixTuple: S)(implicit join: Join[TupleOps[T], S]): Out

    Permalink

    Appends the given tuple to the underlying tuple producing a tuple of arity n + m.

    Appends the given tuple to the underlying tuple producing a tuple of arity n + m.

    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to TupleOps[TupleOps[T]] performed by method enhanceTuple in akka.http.scaladsl.server.util.TupleOps. This conversion will take place only if an implicit value of type Tuple[TupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tupleOps: TupleOps[TupleOps[T]]).join(suffixTuple)(join)
  4. val tuple: TupleOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TupleOps[T] to TupleOps[TupleOps[T]] performed by method enhanceTuple in akka.http.scaladsl.server.util.TupleOps. This conversion will take place only if an implicit value of type Tuple[TupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tupleOps: TupleOps[TupleOps[T]]).tuple

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion enhanceTuple from TupleOps[T] to TupleOps[TupleOps[T]]

Inherited by implicit conversion any2stringadd from TupleOps[T] to any2stringadd[TupleOps[T]]

Inherited by implicit conversion StringFormat from TupleOps[T] to StringFormat[TupleOps[T]]

Inherited by implicit conversion Ensuring from TupleOps[T] to Ensuring[TupleOps[T]]

Inherited by implicit conversion ArrowAssoc from TupleOps[T] to ArrowAssoc[TupleOps[T]]

Ungrouped