Creates an encoder from the specified function.
Provides syntax for summoning an Encoder[A]
from implicit scope.
Creates an encoder that encodes with each of the specified encoders, returning the first successful result.
Creates an encoder that encodes with each of the specified encoders, returning the first successful result.
Encodes the specified value to a bit vector using an implicitly available encoder.
Encodes the specified values, one after the other, to a bit vector using the specified encoders.
Encodes the specified values, one after the other, to a bit vector using the specified encoders.
Encodes all elements of the specified sequence and concatenates the results, or returns the first encountered error.
Encodes all elements of the specified sequence and concatenates the results, or returns the first encountered error.
Transform typeclass instance.
Companion for Encoder.