ReaderWriter

smithy4s.codecs.ReaderWriter
See theReaderWriter companion object
final case class ReaderWriter[F[_], G[_], A](reader: F[A], writer: G[A])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def biject[B](bijection: Bijection[A, B])(implicit F: Covariant[F], G: Contravariant[G]): ReaderWriter[F, G, B]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product