P
- the type of the products to map.public interface Function<P>
Implementations should be thread-safe.
Modifier and Type | Method and Description |
---|---|
P |
apply(P product)
Maps the given product.
|
Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.