Uses of Interface
fj.Ord.Definition
Packages that use Ord.Definition
-
Uses of Ord.Definition in fj
Subinterfaces of Ord.Definition in fjModifier and TypeInterfaceDescriptionstatic interfacePrimitives functions of Ord: alternative minimal definition and overridable methods.Methods in fj that return Ord.DefinitionModifier and TypeMethodDescriptiondefault Ord.Definition<A> Ord.Definition.dual()static <A,B> Ord.Definition <A> Begin definition of an ord instance.default <B> Ord.Definition<A> Refine this ord definition: compares using self and if objects are equal compares using givenOrd.Methods in fj with parameters of type Ord.DefinitionModifier and TypeMethodDescriptionstatic <A> Ord<A> Ord.ordDef(Ord.Definition<A> def) Returns an order instance that uses the given minimal equality test and ordering definition.