@FunctionalInterface public interface CbDictionaryComponent<T> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
java.util.Dictionary<java.lang.String,java.lang.Object> conf,
org.apache.felix.dm.Component component)
Handles the given arguments.
|
default CbDictionaryComponent<T> |
andThen(CbDictionaryComponent<? super T> after) |
void accept(T instance, java.util.Dictionary<java.lang.String,java.lang.Object> conf, org.apache.felix.dm.Component component)
instance - the Component implementation instance on which the callback is invoked on.conf - the first callback parametercomponent - the second callback parameterdefault CbDictionaryComponent<T> andThen(CbDictionaryComponent<? super T> after)