public interface SettableTransformer<I,O>
extends org.apache.commons.collections4.Transformer<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 © 2014. All rights reserved.