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

elastic.implicits.package.scala Maven / Gradle / Ivy

The newest version!
package elastic

import elastic.es6.api.TypeDefinition

/**
  * Created by adelegue on 19/11/2016.
  */
package object implicits {
  implicit class TypeDefinitionConversion(name: String) {
    def / (`type`: String) = TypeDefinition(name, `type`)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy