stringCodec

oxygen.core.syntax.stringCodec
object stringCodec

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (self: String)
def fromString[A : StringDecoder]: Either[String, A]
def fromStringError[A : StringDecoder]: Either[Error, A]
def fromStringSimple[A : StringDecoder]: Either[String, A]
extension [A](self: A)
def encodeToString: String