Package io.deephaven.engine.table
Interface MatchOptions.Builder
- Enclosing class:
- MatchOptions
public static interface MatchOptions.Builder
A class for constructing
MatchOptions instances-
Method Summary
Modifier and TypeMethodDescriptionbuild()Construct a new immutableMatchOptionsfrom this builder's state.caseInsensitive(boolean caseInsensitive) SetMatchOptions.caseInsensitive()to the supplied valueinverted(boolean inverted) SetMatchOptions.inverted()to the supplied valuenanMatch(boolean nanMatch) SetMatchOptions.nanMatch()to the supplied value
-
Method Details
-
inverted
SetMatchOptions.inverted()to the supplied value -
caseInsensitive
SetMatchOptions.caseInsensitive()to the supplied value -
nanMatch
SetMatchOptions.nanMatch()to the supplied value -
build
MatchOptions build()Construct a new immutableMatchOptionsfrom this builder's state.- Returns:
- a new, immutable
MatchOptions
-