FromString

trait FromString[T]

This typeclass is used to describe any instance which can be decoded from a String.

It can be used to pass string properties in SystemProperties and decode them in a specific way

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def fromString(s: String): Option[T]