OptionReader

sbt.internal.inc.binary.converters.ProtobufReaders.OptionReader
implicit class OptionReader[T](option: Option[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def read[R](from: T => R, errorMessage: => String): R