public final class FunctionRunner<F,T> extends Object implements Runnable
| Constructor and Description |
|---|
FunctionRunner(com.google.common.base.Function<F,T> function,
F input) |
| Modifier and Type | Method and Description |
|---|---|
static <F,T> FunctionRunner<F,T> |
create(com.google.common.base.Function<F,T> function,
F input) |
com.google.common.base.Function<F,T> |
getFunction() |
F |
getInput() |
T |
getResult() |
void |
run() |
public FunctionRunner(com.google.common.base.Function<F,T> function, F input)
public static <F,T> FunctionRunner<F,T> create(com.google.common.base.Function<F,T> function, F input)
public com.google.common.base.Function<F,T> getFunction()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.