|
|||||||||
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.UnaryFunctor<T,java.lang.Boolean> net.sf.jga.fn.comparison.Between<T> net.sf.jga.fn.comparison.Between.Comparable<T>
public static class Between.Comparable<T extends java.lang.Comparable<? super T>>
Between functor 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 Between functor.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.jga.fn.comparison.Between |
---|
Between.Comparable<T extends java.lang.Comparable<? super T>>, Between.Visitor |
Constructor Summary | |
---|---|
Between.Comparable(T lo,
T hi)
|
Method Summary |
---|
Methods inherited from class net.sf.jga.fn.comparison.Between |
---|
accept, fn, toString |
Methods inherited from class net.sf.jga.fn.UnaryFunctor |
---|
bind, bind0th, bindNth, compose, compose, compose, composeNth, composeNth, eval, generate, generateNth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Between.Comparable(T lo, T hi)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |