IntEncoder

object IntEncoder extends Encoder[Int]
trait Encoder[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def encode(schema: Schema): Int => Any
Definition Classes

Inherited methods

final def contramap[U](f: U => Int): Encoder[U]

Returns an [[Encoder[U]] by applying a function that maps a U to an T, before encoding as an T using this encoder.

Returns an [[Encoder[U]] by applying a function that maps a U to an T, before encoding as an T using this encoder.

Inherited from
Encoder