@FunctionalInterface public interface CbDictionary<T> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
java.util.Dictionary<java.lang.String,java.lang.Object> conf)
Handles the given arguments.
|
default CbDictionary<T> |
andThen(CbDictionary<? super T> after) |
void accept(T instance, java.util.Dictionary<java.lang.String,java.lang.Object> conf)
instance - the Component implementation instance on which the callback is invoked on.conf - the callback argumentdefault CbDictionary<T> andThen(CbDictionary<? super T> after)