|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.Function<T>
ariba.util.core.Function.MethodFunction<T>
public static class Function.MethodFunction<T>
Convenience nested class that adapts a Method
into a
Function
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.util.core.Function |
---|
Function.MethodFunction<T> |
Field Summary |
---|
Fields inherited from class ariba.util.core.Function |
---|
Identity |
Constructor Summary | |
---|---|
Function.MethodFunction(java.lang.reflect.Method method)
|
Method Summary | |
---|---|
T |
evaluate(java.lang.Object... arguments)
Evaluates the supplied arguments returning an instance of
type K . |
Methods inherited from class ariba.util.core.Function |
---|
collect, collect, collectInto, hasSameValue, identity, make, make, map, map, mapInto, reverseMapInto, reverseMapInto, split, splitInto, splitInto, splitInto |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Function.MethodFunction(java.lang.reflect.Method method)
Method Detail |
---|
public T evaluate(java.lang.Object... arguments)
Function
arguments
returning an instance of
type K
.
evaluate
in class Function<T>
arguments
- the arguments to be evaulated
K
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |