TupleOps

sttp.tapir.typelevel.TupleOps
object TupleOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TupleOps.type

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
AppendOne.type
trait AppendOne[P, S]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object FoldLeft extends TupleFoldInstances

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
FoldLeft.type
trait FoldLeft[In, T, Op]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Join extends LowLevelJoinImplicits

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Join.type
trait Join[P, S]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
sealed abstract class LowLevelJoinImplicits

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Join.type

Types

type JoinAux[P, S, O] = Join[P, S] { type Out = O; }