Encoder

org.virtuslab.iskra.types.Encoder
See theEncoder companion trait
object Encoder

Attributes

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

Members list

Type members

Types

type Aux[-A, E <: DataType] = Encoder[A] { type ColumnType = E; }

Givens

Givens

inline given boolean: boolean
inline given booleanOpt: booleanOpt
inline given byte: byte
inline given byteOpt: byteOpt
inline given double: double
inline given doubleOpt: doubleOpt
inline given float: float
inline given floatOpt: floatOpt
inline given int: int
inline given intOpt: intOpt
inline given long: long
inline given longOpt: longOpt
inline given short: short
inline given shortOpt: shortOpt
inline given string: string
inline given stringOpt: stringOpt

Exports

Defined exports

transparent inline export fromMirror[A]
Exported from StructEncoder
inline export optFromMirror[A](using encoder: StructEncoder[A])
Exported from StructEncoder