Uses of Interface
fj.Ord.AltDefinition
-
Packages that use Ord.AltDefinition Package Description fj Types that set the premise for the existence of Functional Java. -
-
Uses of Ord.AltDefinition in fj
Methods in fj with parameters of type Ord.AltDefinition Modifier and Type Method Description static <A> Ord<A>
Ord. ordDef(Ord.AltDefinition<A> def)
Returns an order instance that uses the given minimal equality test and ordering definition.
-