public interface SettableTransformer<I,O>
extends com.google.common.base.Function<I,O>
transform())
when invoked on a given input.| Modifier and Type | Method and Description |
|---|---|
void |
set(I input,
O output)
Sets the value (
output) to be returned by a call to
transform(input)). |
Copyright © 2016. All rights reserved.