@FunctionalInterface public interface CbServiceMap<T,S> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
S service,
java.util.Map<java.lang.String,java.lang.Object> properties)
Handles the given arguments.
|
default CbServiceMap<T,S> |
andThen(CbServiceMap<? super T,S> after) |
void accept(T instance, S service, java.util.Map<java.lang.String,java.lang.Object> properties)
instance - the Component implementation instance on which the callback is invoked on.service - first callback argproperties - second callback argdefault CbServiceMap<T,S> andThen(CbServiceMap<? super T,S> after)