@Internal public abstract class TaggedPValue extends java.lang.Object
Constructor and Description |
---|
TaggedPValue() |
Modifier and Type | Method and Description |
---|---|
abstract TupleTag<?> |
getTag()
Returns the local tag associated with the
PValue . |
abstract PValue |
getValue()
Returns the
PValue . |
static TaggedPValue |
of(TupleTag<?> tag,
PValue value) |
static TaggedPValue |
ofExpandedValue(PValue value) |
public static TaggedPValue of(TupleTag<?> tag, PValue value)
public static TaggedPValue ofExpandedValue(PValue value)