T
- The type of binary.@Incubating public interface BinaryProvider<T> extends Provider<T>
Modifier and Type | Method and Description |
---|---|
void |
configure(Action<? super T> action)
Registers an action to execute to configure the binary.
|
void |
whenFinalized(Action<? super T> action)
Registers an action to execute when the binary has been configured.
|