OptCellDecoder

sealed trait OptCellDecoder[T]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(name: String, value: Option[String]): DecoderResult[T]