Interface Binder<R>
- Type Parameters:
R- The resulting object type
- All Superinterfaces:
LongFunction<R>
- All Known Implementing Classes:
ContextualArrayBindings,ContextualBindings,ContextualMapBindings,CSVBindings,StringBindings
A Binder is a type that knows how to return a result object given a long value
to bind mapped values with.
-
Method Summary
-
Method Details
-
bind
Bind values derived from a long to some object, returning an object type R- Parameters:
value- a long input value- Returns:
- an R
-
apply
- Specified by:
applyin interfaceLongFunction<R>
-