public interface IBService
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Integer> |
add(int a,
int b) |
jadex.commons.future.IIntermediateFuture<java.lang.Integer> |
count() |
jadex.commons.future.IFuture<java.lang.Integer> |
sub(int a,
int b) |