SimpleRelation

sangria.execution.deferred.SimpleRelation
case class SimpleRelation[T, Tmp, RelId](name: String)(idFn: Tmp => Seq[RelId], mapFn: Tmp => T) extends AbstractRelation[T, Tmp, RelId]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AbstractRelation[T, Tmp, RelId]
trait Relation[T, Tmp, RelId]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def map(value: Tmp): T

Attributes

Inherited from:
AbstractRelation

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def relIds(value: Tmp): Seq[RelId]

Attributes

Inherited from:
AbstractRelation