Uses of Enum
fj.Digit
Packages that use Digit
Package
Description
Types that set the premise for the existence of Functional Java.
Parser combinators.
-
Uses of Digit in fj
Modifier and TypeFieldDescriptionDigit.fromChar
First-class conversion from a character to a digit.Digit.fromLong
First-class conversion from a long to a digit.Digit.toChar
First-class conversion from a digit to a character.Digit.toLong
First-class conversion from digit to a long.Modifier and TypeMethodDescriptionstatic Digit
Digit.fromLong
(long i) Converts the right-most digit in the given long value to a digit.static Digit
Returns the enum constant of this type with the specified name.static Digit[]
Digit.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Digit in fj.parser
Modifier and TypeMethodDescriptionReturns a parser that produces a digit (0 to 9).Returns a parser that produces a digit (0 to 9).