Modifier and Type | Method and Description |
---|---|
<S extends T> |
withType(Class<S> type)
Returns a binary view containing the objects in this view of the given type.
|
configureEach, configureEach, configureEach, configureEach, configureEach, configureEach, filter, flatMap, get, getElements, map
<S extends T> BinaryView<S> withType(Class<S> type)
withType
in interface View<T extends Binary>
S
- The base type of the new binary view.type
- The type of binary to find.BinaryView
, never null.