Decoder

io.github.quafadas.scautable.Decoder
See theDecoder companion object
trait Decoder[T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def decode(str: String): Option[T]