InstantReader

object InstantReader extends Reader[Instant]
trait Reader[Instant]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(a: String): Result[Instant]
def show(a: Instant): String

Inherited methods

def completer: String => Seq[String]

Compute available bash completions starting with a given string.

Compute available bash completions starting with a given string.

Inherited from
Reader