Uses of Interface
me.lucko.scriptcontroller.bindings.BindingsSupplier
-
Packages that use BindingsSupplier Package Description me.lucko.scriptcontroller.bindings me.lucko.scriptcontroller.environment.settings -
-
Uses of BindingsSupplier in me.lucko.scriptcontroller.bindings
Methods in me.lucko.scriptcontroller.bindings that return BindingsSupplier Modifier and Type Method Description static BindingsSupplierBindingsSupplier. ofMap(Map<String,Object> map)Returns aBindingsSupplierthat encapsulates a map of objects.static BindingsSupplierBindingsSupplier. singleBinding(String name, Object value)Returns aBindingsSupplierthat encapsulates a single binding. -
Uses of BindingsSupplier in me.lucko.scriptcontroller.environment.settings
Methods in me.lucko.scriptcontroller.environment.settings with parameters of type BindingsSupplier Modifier and Type Method Description EnvironmentSettings.BuilderEnvironmentSettings.Builder. withBindings(BindingsSupplier supplier)Adds a bindings supplier to the settings
-