Packages

c

akka.http.scaladsl.server.util.TupleOps

LowLevelJoinImplicits

sealed abstract class LowLevelJoinImplicits extends AnyRef

Source
TupleOps.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LowLevelJoinImplicits
  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

Value Members

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

Shadowed Implicit Value Members

  1. def join[S](suffixTuple: S)(implicit join: Join[LowLevelJoinImplicits, 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 LowLevelJoinImplicits toTupleOps[LowLevelJoinImplicits] performed by method enhanceTuple in akka.http.scaladsl.server.util.TupleOps.This conversion will take place only if an implicit value of type Tuple[LowLevelJoinImplicits] 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:
    (lowLevelJoinImplicits: TupleOps[LowLevelJoinImplicits]).join(suffixTuple)(join)
    Definition Classes
    TupleOps