BinaryPolyFunc

ldbc.statement.internal.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
Source
TupleOps.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Fold

Members list

Type members

Classlikes

class CaseBuilder[A, B]

Attributes

Source
TupleOps.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Attributes

Source
TupleOps.scala