|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
K - the type of the function input.V - the type of the function output.public interface Function<K,V>
A function that computes a result object of type V from an input of
type K.
| Nested Class Summary | |
|---|---|
static interface |
Function.BlipContentFunction
A Function that computes a BlipContent from another
BlipContent. |
static interface |
Function.MapFunction
A Function that computes a Map from a BlipContent. |
| Method Summary | |
|---|---|
V |
call(K source)
Computes V from the given K. |
| Method Detail |
|---|
V call(K source)
V from the given K.
source - the source object.
V, based on source.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||