All Downloads are FREE. Search and download functionalities are using the official Maven repository.

flatgraph.algorithm.package.scala Maven / Gradle / Ivy

There is a newer version: 0.0.91
Show newest version
package flatgraph

package object algorithm {

  trait GetParents[A] {
    def apply(a: A): Set[A]
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy