get
Returns a BinaryProvider that contains the single binary matching the specified type and specification. The binary will be in the finalized state. The provider can be used to apply configuration to the element before it is finalized.
Querying the return value will fail when there is not exactly one matching binary.
Return
a binary from the collection in a finalized state
Parameters
type to match
specification to satisfy. The spec is applied to each binary prior to configuration.
type of the binary to return
Returns a Provider that contains the single binary matching the given specification. The binary will be in the finalized state. The provider can be used to apply configuration to the element before it is finalized.
Querying the return value will fail when there is not exactly one matching binary.
Return
a binary from the collection in a finalized state
Parameters
specification to satisfy. The spec is applied to each binary prior to configuration.
Returns the set of binaries from this collection. Elements are in a finalized state.