ml.sparkling.graph.operators

predicates

package predicates

Visibility
  1. Public
  2. All

Type Members

  1. case class ByIdPredicate(vertex: VertexId) extends (VertexId) ⇒ Boolean with Serializable with Product

    Created by Roman Bartusiak (roman.

  2. case class ByIdsPredicate(vertex: List[VertexId]) extends (VertexId) ⇒ Boolean with Serializable with Product

    Created by Roman Bartusiak (roman.

Value Members

  1. object AllPathPredicate extends (VertexId) ⇒ Boolean with Serializable

    Created by Roman Bartusiak (roman.

Ungrouped