Packages

trait Join[P, S] extends AnyRef

Source
TupleOps.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Join
  2. AnyRef
  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. Protected

Type Members

  1. abstract type Out

Abstract Value Members

  1. abstract def apply(prefix: P, suffix: S): Out

Concrete Value Members

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

    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
    This member is added by an implicit conversion from Join[P, S] toTupleOps[Join[P, S]] performed by method enhanceTuple in akka.http.scaladsl.server.util.TupleOps.This conversion will take place only if an implicit value of type Tuple[Join[P, S]] is in scope.
    Definition Classes
    TupleOps
  2. def foldLeft[In](zero: In)(op: BinaryPolyFunc)(implicit fold: FoldLeft[In, Join[P, S], op.type]): FoldLeft.Out

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

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

    Implicit
    This member is added by an implicit conversion from Join[P, S] toTupleOps[Join[P, S]] performed by method enhanceTuple in akka.http.scaladsl.server.util.TupleOps.This conversion will take place only if an implicit value of type Tuple[Join[P, S]] is in scope.
    Definition Classes
    TupleOps
  3. def join[S](suffixTuple: S)(implicit join: Join[Join[P, S], S]): Out

    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
    This member is added by an implicit conversion from Join[P, S] toTupleOps[Join[P, S]] performed by method enhanceTuple in akka.http.scaladsl.server.util.TupleOps.This conversion will take place only if an implicit value of type Tuple[Join[P, S]] is in scope.
    Definition Classes
    TupleOps
  4. val tuple: Join[P, S]
    Implicit
    This member is added by an implicit conversion from Join[P, S] toTupleOps[Join[P, S]] performed by method enhanceTuple in akka.http.scaladsl.server.util.TupleOps.This conversion will take place only if an implicit value of type Tuple[Join[P, S]] is in scope.
    Definition Classes
    TupleOps