incubator-wayang icon indicating copy to clipboard operation
incubator-wayang copied to clipboard

add the description for the implicitis in org.apache.wayang.api.graph

Open github-actions[bot] opened this issue 3 years ago • 0 comments

add the description for the implicitis in org.apache.wayang.api.graph

https://github.com/apache/incubator-wayang/blob/278cbdc4bd8e87863a7cb43bc68c52ca783039c0/wayang-api/wayang-api-scala-java/code/main/scala/org/apache/wayang/api/graph/package.scala#L29


  */
package object graph {

  /**
   * TODO: add the description for the implicitis in org.apache.wayang.api.graph
   * labels: documentation,todo
   */

  type Vertex = java.lang.Long

  type Edge = T2[Vertex, Vertex]

b1e0e4b397bbbbba3042a694a04106bbeddc22db

github-actions[bot] avatar Feb 09 '22 22:02 github-actions[bot]