Base32LowerChar

ostrat.Base32LowerChar

Extractor function object for a Base32 lower case letter, 'a' .. 'n' and 'p'.. 'w'.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def unapply(input: Char): Option[Char]

Extractor unapply method for a Base32 lower case letter, 'a' .. 'n' and 'p'.. 'w'.

Extractor unapply method for a Base32 lower case letter, 'a' .. 'n' and 'p'.. 'w'.

Attributes