Fold

sttp.tapir.typelevel.TupleOps.Join.Fold
object Fold extends BinaryPolyFunc

Attributes

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

Members list

Type members

Inherited classlikes

class CaseBuilder[A, B]

Attributes

Inherited from:
BinaryPolyFunc
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def at[A, B]: CaseBuilder[A, B]

Attributes

Inherited from:
BinaryPolyFunc

Implicits

Implicits

implicit def step[T, A](implicit append: AppendOne[T, A]): Case[T, A, Fold.type] { type Out = Out; }