MaybeFromString

daae.MaybeFromString
See theMaybeFromString companion object
trait MaybeFromString[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Defined[A]

Members list

Value members

Abstract methods

def fromString(s: String): Option[A]
def isDefined: Boolean