T - The type of the required dependency.@FunctionalInterface public interface IBinder<T>
| Modifier and Type | Method and Description |
|---|---|
void |
bind(T value)
Bind the given value as a dependency.
|
void bind(T value)
value - The concrete implementation of a required dependency (interface).Copyright © 2018 Symphony Software Foundation. All rights reserved.