object
PolyToMany
Type Members
-
final
case class
Loaded[A <: Coproduct](entities: Seq[A])(implicit evidence$4: PolyIdentifiable[A]) extends PolyToMany[A] with Product with Serializable
-
-
final
case class
Reference[A <: Coproduct](relationships: Set[Rel]) extends PolyToMany[A] with Product with Serializable
-
final
case class
Rel(id: String, resourceType: String) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
Rel extends Serializable
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
loaded[A <: Coproduct](entities: Seq[A])(implicit arg0: PolyIdentifiable[A]): PolyToMany[A]
-
def
loaded[A <: Coproduct, E](entities: Seq[E])(implicit arg0: PolyIdentifiable[A], inj: Inject[A, E]): PolyToMany[A]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
reference[A <: Coproduct](rels: Map[String, String])(implicit crt: CoproductResourceType[A]): PolyToMany[A]
-
def
reference[A <: Coproduct]: PolyToMany[A]
-
def
renderRelation[P, A <: Coproduct](parent: P, name: String, relation: PolyToMany[A])(implicit pt: PathTo[P], pi: PolyIdentifiable[A]): JsObject
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any