X - stream item typeS - criteria type for stream itempublic interface Ref<X,S extends Selection<X>>
QueryStream.
Refs are created and then bound to the items in a QueryStream
via QueryStream.bind(). Once bound, they may be accessed
in a subsequent filter predicate, subquery QueryStream, etc., via get().
| Modifier and Type | Method and Description |
|---|---|
S |
bind(S value)
Bind the given value to this reference.
|
S |
get()
Get the bound value.
|
boolean |
isBound()
Determine if this instance is bound.
|
void |
unbind()
Unbind the bound value, if any.
|
S bind(S value)
value - value to bindvalueIllegalStateException - if another value is already boundIllegalArgumentException - if value is nullS get()
IllegalStateException - if this instance is not boundvoid unbind()
boolean isBound()
Copyright © 2023. All rights reserved.