public class TransformationResult<T>
extends java.lang.Object
| Constructor and Description |
|---|
TransformationResult() |
| Modifier and Type | Method and Description |
|---|---|
static <U> TransformationResult<U> |
withPropagateChangeWhenValueChanged(java.util.Optional<U> optionalPrevValue,
U newValue) |
public static <U> TransformationResult<U> withPropagateChangeWhenValueChanged(java.util.Optional<U> optionalPrevValue, U newValue)