public interface ValueFilter
Modifier and Type | Interface and Description |
---|---|
static class |
ValueFilter.Abstract |
Modifier and Type | Method and Description |
---|---|
PointValue[] |
filter(Optional<PointValue> pointValue)
Filters a point value.
|
boolean |
isDisabled()
Gets the disabled indicator.
|
void |
reset()
Resets.
|
@Nonnull @CheckReturnValue PointValue[] filter(@Nonnull Optional<PointValue> pointValue)
When a value filter needs to return a modified point value, if the supplied one is frozen, it will return a frozen but modified clone; otherwise, it will return the original with the needed modifications but frozen.
pointValue
- The optional point value.@CheckReturnValue boolean isDisabled()
void reset()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.