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

com.spotify.scio.extra.sparkey.instances.SparkeyReaderInstances.scala Maven / Gradle / Ivy

There is a newer version: 0.14.8
Show newest version
package com.spotify.scio.extra.sparkey.instances

import com.spotify.sparkey.SparkeyReader

trait SparkeyReaderInstances {

  implicit def stringSparkeyReader(reader: SparkeyReader): StringSparkeyReader =
    new StringSparkeyReader(reader)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy