BinaryPolyFunc

sttp.tapir.typelevel.BinaryPolyFunc
See theBinaryPolyFunc companion object

Allows the definition of binary poly-functions (e.g. for folding over tuples).

Note: the poly-function implementation seen here is merely a stripped down version of what Miles Sabin made available with his awesome shapeless library. All credit goes to him!

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Fold.type

Members list

Type members

Classlikes

class CaseBuilder[A, B]

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

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