ml.sparkling.graph.operators

predicates

package predicates

Visibility
  1. Public
  2. All

Type Members

  1. case class ByIdPredicate(vertex: VertexId) extends VertexPredicate[Any] with Serializable with SimpleVertexPredicate with Product

    Created by Roman Bartusiak (roman.

  2. case class ByIdsPredicate(vertex: Set[VertexId]) extends VertexPredicate[Any] with Serializable with SimpleVertexPredicate with Product

    Created by Roman Bartusiak (roman.

  3. case class InArrayPredicate(vertices: Array[VertexId]) extends VertexPredicate[Any] with Serializable with SimpleVertexPredicate with Product

    Created by Roman Bartusiak (roman.

Value Members

  1. object AllPathPredicate extends VertexPredicate[Any] with Serializable with SimpleVertexPredicate

    Created by Roman Bartusiak (roman.

Ungrouped