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

tech.ytsaurus.spyt.wrapper.cypress.YsonSyntax.scala Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.spyt.wrapper.cypress

import tech.ytsaurus.ysontree.YTreeNode

object YsonSyntax {
  implicit class Ysonable[T](t: T) {
    def toYson(implicit w: YsonWriter[T]): YTreeNode = w.toYson(t)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy