RelationshipContainerLike

Partial implementation of RelationshipContainerApi.

Partial implementation of RelationshipContainerApi.

Authors

Chris de Vreeze

class Object
trait Matchable
class Any

Value members

Abstract methods

def findAllRelationshipsOfType[A <: Relationship](relationshipType: ClassTag[A]): IndexedSeq[A]
def relationships: IndexedSeq[Relationship]

Concrete methods

final def filterRelationships(p: Relationship => Boolean): IndexedSeq[Relationship]
final def filterRelationshipsOfType[A <: Relationship](relationshipType: ClassTag[A])(p: A => Boolean): IndexedSeq[A]