public final class PartialValue
extends java.lang.Object
CompleteValue
Modifier and Type | Method and Description |
---|---|
CompleteValue |
apply(CompleteValue completeValue)
apply this PartialValue to a previous CompleteValue, yielding the previous CompleteValue with
the differences implied by this PartialValue applied.
|
CompleteValue |
apply(ServiceContext serviceContext,
CompleteValue completeValue)
apply this PartialValue to a previous CompleteValue, yielding the previous CompleteValue with
the differences implied by this PartialValue applied.
|
java.lang.String |
toString() |
public CompleteValue apply(CompleteValue completeValue)
completeValue
- public CompleteValue apply(ServiceContext serviceContext, CompleteValue completeValue)
serviceContext
- (could be used for Locale in casting dates and times to String)completeValue
- public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.