Encoder

e.scala.codec.Encoder
See theEncoder companion trait
object Encoder

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Encoder.type

Members list

Value members

Concrete methods

def apply[I, O](using encoder: Encoder[I, O]): Encoder[I, O]

Summons an implicit encoder

Summons an implicit encoder

Type parameters

I

Type of input

O

Type of output

Value parameters

encoder

Implicit instance of encoder

Attributes

Returns

Provided implicit encoder