Uses of Package
com.google.mu.util
Package
Description
BigQuery Client Library (requires mug-bigquery artifact)
A few useful collections.
GoogleSql, SafeQuery
StringFormat, Substring, Optionals and more...
BiStream, BiCollector, MoreStreams, MoreCollectors etc.
-
ClassDescriptionA template that will produce instances of type
T
, after filling the template placeholders with the given variadic parameters. -
ClassDescriptionA pattern that can be matched against a string, finding a single substring from it.
-
ClassDescriptionA template that will produce instances of type
T
, after filling the template placeholders with the given variadic parameters.The result of successfully matching aSubstring.Pattern
against a string, providing access to thematched substring
, to the parts of the stringbefore
andafter
it, and to copies with the matched substringremoved
orreplaced
. -
ClassDescriptionAn optional pair of values; either the pair is present with both values, or is absent with no value.Represents two unrelated or loosely-related things of type
A
andB
.A predicate of character.Deprecated.too nicheDeprecated.doesn't work well with futures, promises.This class provides type-safe transition between 1-based Ordinal and 0-based indexes that are commonly used to index arrays and lists.Result of a previously evaluated condition.A functional SPI interface for custom interpolation.A template that will produce instances of typeT
, after filling the template placeholders with the given variadic parameters.The style of the bounds of a match.The result of successfully matching aSubstring.Pattern
against a string, providing access to thematched substring
, to the parts of the stringbefore
andafter
it, and to copies with the matched substringremoved
orreplaced
.A pattern that can be matched against a string, finding a single substring from it.An immutable string prefixPattern
with extra utilities such asSubstring.Prefix.addToIfAbsent(String)
,Substring.Prefix.removeFrom(StringBuilder)
,Substring.Prefix.isIn(CharSequence)
etc.A substring pattern to be applied repeatedly on the input string, each time over the remaining substring after the previous match.An immutable string suffixPattern
with extra utilities such asSubstring.Suffix.addToIfAbsent(String)
,Substring.Suffix.removeFrom(StringBuilder)
,Substring.Suffix.isIn(CharSequence)
etc. -
ClassDescriptionAn optional pair of values; either the pair is present with both values, or is absent with no value.Represents two unrelated or loosely-related things of type
A
andB
.