Uses of Interface
org.klojang.check.relation.ObjIntRelation
Package
Description
A collection of functional interfaces that together constitute one category of
checks that can be executed using Klojang Check.
-
Uses of ObjIntRelation in org.klojang.check.relation
Modifier and TypeMethodDescriptiondefault ObjIntRelation
<O> IntObjRelation.converse()
Returns the converse of this relation, swapping subject and object in the relationship.default ObjIntRelation
<S> ObjIntRelation.negate()
Returns the negation of the thisObjIntRelation
.