|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jga.fn.Functor<R> net.sf.jga.fn.BinaryFunctor<T,T,java.lang.Boolean> net.sf.jga.fn.comparison.Greater<T> net.sf.jga.fn.comparison.Greater.Comparable<T>
public static class Greater.Comparable<T extends java.lang.Comparable<? super T>>
Greater predicate for use with Comparable arguments. This class exists as an implementation detail that works around a limit in the javac inferencer -- in all substantive ways, this is simply a Greater functor.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.jga.fn.comparison.Greater |
---|
Greater.Comparable<T extends java.lang.Comparable<? super T>>, Greater.Visitor |
Constructor Summary | |
---|---|
Greater.Comparable()
|
Method Summary |
---|
Methods inherited from class net.sf.jga.fn.comparison.Greater |
---|
accept, fn, getComparator, toString |
Methods inherited from class net.sf.jga.fn.BinaryFunctor |
---|
bind, bind0th, bind1st, bind2nd, bindNth, compose, compose, composeNth, distribute, eval, generate, generate1st, generate2nd, generateNth |
Methods inherited from class net.sf.jga.fn.Functor |
---|
composeNth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Greater.Comparable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |