ldbc.statement.internal
package ldbc.statement.internal
Members list
Type members
Classlikes
trait BinaryPolyFunc
Allows the definition of binary poly-functions (e.g. for folding over tuples).
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
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Fold
object BinaryPolyFunc
Attributes
- Companion
- trait
- Source
- TupleOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BinaryPolyFunc.type
trait LowPriorityTupleConcat0
Attributes
- Source
- QueryConcat.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait LowPriorityTupleConcat1 extends LowPriorityTupleConcat0
Attributes
- Source
- QueryConcat.scala
- Supertypes
- Known subtypes
-
trait LowPriorityTupleConcat2object QueryConcat
trait LowPriorityTupleConcat2 extends LowPriorityTupleConcat1
Attributes
- Source
- QueryConcat.scala
- Supertypes
- Known subtypes
-
object QueryConcat
Attributes
- Companion
- object
- Source
- QueryConcat.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object QueryConcat extends LowPriorityTupleConcat2
Attributes
- Companion
- trait
- Source
- QueryConcat.scala
- Supertypes
-
trait LowPriorityTupleConcat2trait LowPriorityTupleConcat1trait LowPriorityTupleConcat0class Objecttrait Matchableclass AnyShow all
- Self type
-
QueryConcat.type
Attributes
- Source
- TupleOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object AppendOne
Attributes
- Source
- TupleOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object FoldLeft
object TupleOps
Attributes
- Source
- TupleOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TupleOps.type
In this article