@FunctionalInterface
public interface InstanceCbDictionary
| Modifier and Type | Method and Description |
|---|---|
void |
accept(java.util.Dictionary<java.lang.String,java.lang.Object> conf)
Handles the given argument.
|
default InstanceCbDictionary |
andThen(InstanceCbDictionary after) |
void accept(java.util.Dictionary<java.lang.String,java.lang.Object> conf)
conf - the propertiesdefault InstanceCbDictionary andThen(InstanceCbDictionary after)