public final class FunctionExecutable<F,T> extends Object implements org.kuali.common.util.execute.Executable
Constructor and Description |
---|
FunctionExecutable(com.google.common.base.Function<F,T> function,
F input) |
Modifier and Type | Method and Description |
---|---|
static <F,T> FunctionExecutable<F,T> |
create(com.google.common.base.Function<F,T> function,
F input) |
void |
execute() |
T |
getResult() |
public FunctionExecutable(com.google.common.base.Function<F,T> function, F input)
public static <F,T> FunctionExecutable<F,T> create(com.google.common.base.Function<F,T> function, F input)
public void execute()
execute
in interface org.kuali.common.util.execute.Executable
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.