public interface Function<SourceType,TargetType>
| Modifier and Type | Method and Description |
|---|---|
TargetType |
apply(SourceType source)
Maps from an element of type SourceType to an element of type TargetType.
|
TargetType apply(SourceType source)
source - the element to mapCopyright © 2014 Saxonia Systems AG. All rights reserved.