public interface ConfigAction
Action callback to update or read the current configuration object
abstract void
run(@NonNull() Config config)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void run(@NonNull() Config config)
Action to run
config