DecoderSafe

trait DecoderSafe[T]

decoder for converting strings to other types providing good error messages

decoder for converting strings to other types providing good error messages

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def decode(str: String): Either[String, T]