Binary Collection
A collection of binaries that are created and configured as they are required.
Each element in this collection passes through several states. The element is created and becomes 'known'. The element is passed to any actions registered using whenElementKnown. The element is then configured using any actions registered using configureEach and becomes 'finalized'. The element is passed to any actions registered using whenElementFinalized. Elements are created and configured only when required.
Since
4.5
Parameters
<T>
type of the elements in this container.
Functions
Link copied to clipboard
Registers an action to execute to configure each element in the collection.
Registers an action to execute to configure each element of the given type in the collection.
Link copied to clipboard
Returns the set of binaries from this collection.
Returns a Provider that contains the single binary matching the given specification.
Returns a BinaryProvider that contains the single binary matching the specified type and specification.
Link copied to clipboard
Returns a BinaryProvider that contains the single binary with the given name.
Link copied to clipboard
Registers an action to execute when an element is finalized.
Registers an action to execute when an element of the given type is finalized.
Link copied to clipboard
Registers an action to execute when an element becomes known.
Registers an action to execute when an element of the given type becomes known.