Decoder

trait Decoder[T]

very basic decoder for converting strings to other types

very basic decoder for converting strings to other types

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def decode(str: String): T