@FunctionalInterface public static interface Plugin.Dependency<P>
| Modifier and Type | Method and Description |
|---|---|
static <P> Plugin.Dependency<P> |
of(Plugin<P> plugin) |
static <P> Plugin.Dependency<P> |
of(Plugin<P> plugin,
Consumer<? super P> pluginStateAware) |
Plugin<P> |
plugin() |
default Consumer<? super P> |
pluginStateAware() |
static <P> Plugin.Dependency<P> of(Plugin<P> plugin)
static <P> Plugin.Dependency<P> of(Plugin<P> plugin, Consumer<? super P> pluginStateAware)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.