Uses of Interface
fj.Equal.Definition
Packages that use Equal.Definition
-
Uses of Equal.Definition in fj
Subinterfaces of Equal.Definition in fjModifier and TypeInterfaceDescriptionstatic interfacePrimitives functions of Equal: alternative minimal definition and overridable methods.static interfacePrimitives functions of Ord: alternative minimal definition and overridable methods.static interfacePrimitives functions of Ord: minimal definition and overridable methods.Methods in fj that return Equal.DefinitionModifier and TypeMethodDescriptionstatic <A,B> Equal.Definition <A> Begin definition of an equal instance.default <B> Equal.Definition<A> Refine this equal definition, to tests equality of self and the mapped object in "and" manner.Methods in fj with parameters of type Equal.DefinitionModifier and TypeMethodDescriptionstatic <A> Equal<A> Equal.equalDef(Equal.Definition<A> definition) Constructs an equal instance from the given definition.