You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wayang.apache.org by GitBox <gi...@apache.org> on 2022/02/09 22:51:27 UTC

[GitHub] [incubator-wayang] github-actions[bot] opened a new issue #70: add the description for the implicitis in org.apache.wayang.api.graph

github-actions[bot] opened a new issue #70:
URL: https://github.com/apache/incubator-wayang/issues/70


   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
   
   ```scala
   
     */
   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@wayang.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org