I - the input typeO - the output typepublic interface ModifiedValueFunction<I,O> extends Function<I,O>
It should be noted that "changed" can be different in a given context. For example if the underlying implementation
utilized something similar to a EncodingFunction the result could be a different
object completely but is essentially the same.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isModified()
This method should return true when this function changes the actual values of the Publisher.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.