P
public interface Decorator<P> extends Function<P>
Implementations should be thread-safe.
apply(P product)
product
P apply(P product)
apply
Function<P>
Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.