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 TypeClassDescriptionenumThe comparison of two instances of a type may have one of three orderings; less than, equal or greater than.Modifier and TypeMethodDescriptionReturns an ordering for the given arguments.default Orderingstatic OrderingOrdering.fromInt(int cmp) Ordering.reverse()static OrderingReturns 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.orderingEnumeratorAn enumerator forOrdering.