Uses of Enum
fj.Ordering
Packages that use Ordering
Package
Description
Types that set the premise for the existence of Functional Java.
Common algebraic data types.
-
Uses of Ordering in fj
Modifier and TypeMethodDescriptionReturns an ordering for the given arguments.default Ordering
static Ordering
Ordering.fromInt
(int cmp) Ordering.reverse()
static Ordering
Returns the enum constant of this type with the specified name.static Ordering[]
Ordering.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Ordering in fj.data
Modifier and TypeFieldDescriptionstatic final Enumerator
<Ordering> Enumerator.orderingEnumerator
An enumerator forOrdering
.