Package io.deephaven.api
Class Strings
java.lang.Object
io.deephaven.api.Strings
A set of static helpers to turn strongly-typed api arguments into their
String
counterparts.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
of
(boolean literal) static String
of
(byte literal) static String
of
(char literal) static String
of
(double literal) static String
of
(float literal) static String
of
(int literal) static String
of
(long literal) static String
of
(short literal) static String
of
(Aggregation aggregation) static String
of
(AsOfJoinMatch joinMatch) static String
of
(ColumnName columnName) static String
of
(ColumnName columnName, boolean inverted) static String
of
(Expression expression) static String
static String
static String
static String
static String
static String
static String
of
(FilterComparison comparison) static String
static String
static String
of
(FilterIsNull isNull) static String
of
(FilterIsNull isNull, boolean inverted) static String
static String
static String
of
(FilterPattern pattern) static String
of
(FilterPattern pattern, boolean invert) static String
static String
of
(JoinAddition addition) static String
static String
static String
static String
of
(RangeJoinMatch rangeMatch) static String
static String
static String
of
(Selectable selectable) static String
static String
ofAggregations
(Collection<? extends Aggregation> aggregations) static String
ofColumnNames
(Collection<? extends ColumnName> columnNames) static String
ofJoinAdditions
(Collection<? extends JoinAddition> additions) static String
ofJoinMatches
(Collection<? extends JoinMatch> matches) static String
static String
ofPairs
(Collection<? extends Pair> pairs)
-
Constructor Details
-
Strings
public Strings()
-
-
Method Details
-
of
-
of
-
ofColumnNames
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
ofPairs
-
of
-
of
-
ofJoinMatches
-
of
-
ofJoinAdditions
-
of
-
of
-
of
-
ofAggregations
-
ofMap
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-