public interface Callable
Iterable of parameters.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call(java.lang.Iterable<java.lang.Object> params)
Calls the
Callable with the given parameters. |
@Nullable
java.lang.Object call(@Nonnull
java.lang.Iterable<java.lang.Object> params)
throws CarrotException
Callable with the given parameters.params - The actual parameters of the call. May be an empty Iterable.CarrotException - If something went wrong.