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.fromCharFirst-class conversion from a character to a digit.Digit.fromLongFirst-class conversion from a long to a digit.Digit.toCharFirst-class conversion from a digit to a character.Digit.toLongFirst-class conversion from digit to a long.Modifier and TypeMethodDescriptionstatic DigitDigit.fromLong(long i) Converts the right-most digit in the given long value to a digit.static DigitReturns 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).