Uses of Interface
ix.util.Predicate2

Packages that use Predicate2
ix.examples A simple version of an I-X framework (PicoIX) plus examples of its use. 
ix.util.lisp List-processing utilities. 
 

Uses of Predicate2 in ix.examples
 

Fields in ix.examples declared as Predicate2
(package private) static Predicate2 PicoISim.SimController.EARLIER_EST_P
           
 

Uses of Predicate2 in ix.util.lisp
 

Methods in ix.util.lisp with parameters of type Predicate2
 LList LList.insert(java.lang.Object e, Predicate2 lessp)
           
 void LListCollector.insertElement(java.lang.Object e, Predicate2 lessp)