All Classes All Packages +
All Classes All Packages
A
@@ -242,24 +242,22 @@A
Comparator
for type E
that can be converted into a pair
- using the given toKey
and toValue
functions.Set
whose only element is the contained instance if it
@@ -360,21 +358,6 @@ B
BiCollector
.BiStream.sorted(com.google.mu.function.BiComparator<? super K, ? super V>, com.google.mu.function.BiComparator<? super K, ? super V>...)
,
- BiStream.sortedByKeys(java.util.Comparator<? super K>)
,
- BiStream.sortedByValues(java.util.Comparator<? super V>)
,
- BiCollectors.minBy(com.google.mu.function.BiComparator<? super K, ? super V>)
,
- BiCollectors.minByKey(java.util.Comparator<? super K>)
,
- BiCollectors.minByValue(java.util.Comparator<? super V>)
,
- BiCollectors.maxBy(com.google.mu.function.BiComparator<? super K, ? super V>)
,
- BiCollectors.maxByKey(java.util.Comparator<? super K>)
,
- BiCollectors.maxByValue(java.util.Comparator<? super V>)
.Iteration
, but is used to iteratively yield()
pairs into a
@@ -482,20 +465,6 @@ B
C
-
-
- cases(Collector<? super T, ?, ? extends Optional<? extends R>>...) - Static method in class com.google.mu.util.stream.Cases -
-
-Deprecated.-Combines multiple-
Optional-
returning collector cases, to collect to the first non-empty - result.
- - Cases - Class in com.google.mu.util.stream -
-
-Deprecated. --Use-
findFirstElements()
- and/orfindOnlyElements()
methods - together withOptional.or(java.util.function.Supplier<? extends java.util.Optional<? extends T>>)
instead. - catchException(Class<E>, CompletionStage<? extends T>) - Static method in class com.google.mu.util.Maybe
-
Returns a wrapper of
stage
that ifstage
failed with exception of @@ -618,36 +587,40 @@C
- combiner() - Method in class com.google.mu.util.stream.Joiner
- combining(Quarternary<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- combining(MapFrom3<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- +
+Returns a collector that collects the only three elements from the input and transforms them + using the+mapper
function.- combining(MapFrom4<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
Returns a collector that collects the only four elements from the input and transforms them using themapper
function.- combining(Quinary<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- combining(MapFrom5<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
Returns a collector that collects the only five elements from the input and transforms them using themapper
function.- combining(Senary<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- combining(MapFrom6<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
Returns a collector that collects the only six elements from the input and transforms them using themapper
function.- combining(Ternary<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- combining(MapFrom7<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
- -
Returns a collector that collects the only three elements from the input and transforms them +Returns a collector that collects the only seven elements from the input and transforms them using the-mapper
function.- combining(BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- combining(MapFrom8<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
- -
Returns a collector that collects the only two elements from the input and transforms them +Returns a collector that collects the only eight elements from the input and transforms them using the-mapper
function.- compare(K, V, K, V) - Method in interface com.google.mu.function.BiComparator
+- combining(BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
- -
Deprecated.-Returns negative if+(k1, v1) < (k2, v2)
; positive if(k1, v1) > (k2, v2)
; - otherwise 0.Returns a collector that collects the only two elements from the input and transforms them + using themapper
function.- compareTo(Retryer.Delay<E>) - Method in class com.google.mu.util.concurrent.Retryer.Delay
C
Compares tothat
according to natural order.- comparing(BiFunction<? super K, ? super V, ? extends T>) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that first transforms the pairs usingfunction
and then - compares the result offunction
.- comparing(BiFunction<? super K, ? super V, ? extends T>, Comparator<? super T>) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that first transforms the pairs usingfunction
and then - compares the result offunction
using the givenordering
comparator.- comparingDouble(ToDoubleBiFunction<? super K, ? super V>) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that compares by the double return value offunction
.- comparingInOrder(BiComparator<? super K, ? super V>, BiComparator<? super K, ? super V>...) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that compares the input pairs using theprimary
- comparator, and thensecondaries
in the given order until tie is broken.- comparingInt(ToIntBiFunction<? super K, ? super V>) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that compares by the int return value offunction
.- comparingKey(Comparator<? super K>) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that compares the pairs by the key element of typeK
.- comparingKey(Function<? super K, ? extends T>) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that first transforms the key element of typeK
using -function
and then compares the result offunction
.- comparingKey(Function<? super K, ? extends T>, Comparator<? super T>) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that first transforms the key element of typeK
using -function
and then compares the result offunction
using the given -ordering
comparator.- comparingLong(ToLongBiFunction<? super K, ? super V>) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that compares by the long return value offunction
.- comparingValue(Comparator<? super V>) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that compares the pairs by the value element of typeV
.- comparingValue(Function<? super V, ? extends T>) - Static method in interface com.google.mu.function.BiComparator
-- -
-Deprecated.-Returns a-BiComparator
that first transforms the value element of typeV
using -function
and then compares the result offunction
.- comparingValue(Function<? super V, ? extends T>, Comparator<? super T>) - Static method in interface com.google.mu.function.BiComparator
-- -
Deprecated.-Returns a-BiComparator
that first transforms the value element of typeV
using -function
and then compares the result offunction
using the given -ordering
comparator.- concat(BiStream<? extends K, ? extends V>, BiStream<? extends K, ? extends V>, BiStream<? extends K, ? extends V>...) - Static method in class com.google.mu.util.stream.BiStream
Returns aBiStream
of the entries froms1
,s2
thenrest
in @@ -928,28 +832,40 @@F
Returns the first pair from this stream, orBiOptional.empty()
if the stream is empty.- findFirstElements(Collection<T>, Quarternary<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- findFirstElements(Collection<T>, MapFrom3<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- +
+If+collection
has at least 3 elements, passes the first 3 elements tofound
function + and returns the non-null result wrapped in anOptional
, or else returns+ Optional.empty()
.- findFirstElements(Collection<T>, MapFrom4<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
Ifcollection
has at least 4 elements, passes the first 4 elements tofound
function and returns the non-null result wrapped in anOptional
, or else returnsOptional.empty()
.- findFirstElements(Collection<T>, Quinary<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- findFirstElements(Collection<T>, MapFrom5<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
Ifcollection
has at least 5 elements, passes the first 5 elements tofound
function and returns the non-null result wrapped in anOptional
, or else returnsOptional.empty()
.- findFirstElements(Collection<T>, Senary<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- findFirstElements(Collection<T>, MapFrom6<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
Ifcollection
has at least 6 elements, passes the first 6 elements tofound
function and returns the non-null result wrapped in anOptional
, or else returnsOptional.empty()
.- findFirstElements(Collection<T>, Ternary<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- findFirstElements(Collection<T>, MapFrom7<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
- -
-Ifcollection
has at least 3 elements, passes the first 3 elements tofound
function - and returns the non-null result wrapped in anOptional
, or else returns+
If+ +collection
has at least 7 elements, passes the first 6 elements tofound
+ function and returns the non-null result wrapped in anOptional
, or else returns+ Optional.empty()
.- findFirstElements(Collection<T>, MapFrom8<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- +
Ifcollection
has at least 8 elements, passes the first 6 elements tofound
+ function and returns the non-null result wrapped in anOptional
, or else returnsOptional.empty()
.- findFirstElements(Collection<T>, BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
@@ -958,36 +874,48 @@F
and returns the non-null result wrapped in anOptional
, or else returnsOptional.empty()
.- findOnlyElements(Collection<T>, Quarternary<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- findOnlyElements(Collection<T>, MapFrom3<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- +
+If+collection
has exactly 3 elements, passes the 3 elements tofound
function + and returns the non-null result wrapped in anOptional
, or else returns+ Optional.empty()
.- findOnlyElements(Collection<T>, MapFrom4<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
Ifcollection
has exactly 4 elements, passes the 4 elements tofound
function and returns the non-null result wrapped in anOptional
, or else returnsOptional.empty()
.- findOnlyElements(Collection<T>, Quinary<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- findOnlyElements(Collection<T>, MapFrom5<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
Ifcollection
has exactly 5 elements, passes the 5 elements tofound
function and returns the non-null result wrapped in anOptional
, or else returnsOptional.empty()
.- findOnlyElements(Collection<T>, Senary<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- findOnlyElements(Collection<T>, MapFrom6<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
Ifcollection
has exactly 6 elements, passes the 6 elements tofound
function and returns the non-null result wrapped in anOptional
, or else returnsOptional.empty()
.- findOnlyElements(Collection<T>, Ternary<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- findOnlyElements(Collection<T>, MapFrom7<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
- -
Ifcollection
has exactly 3 elements, passes the 3 elements tofound
function +If-collection
has exactly 7 elements, passes the 6 elements tofound
function and returns the non-null result wrapped in anOptional
, or else returnsOptional.empty()
.- findOnlyElements(Collection<T>, BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- findOnlyElements(Collection<T>, MapFrom8<? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
- -
Ifcollection
has exactly two elements, passes the two elements tofound
function +If+collection
has exactly 8 elements, passes the 6 elements tofound
function and returns the non-null result wrapped in anOptional
, or else returnsOptional.empty()
.- findOnlyElements(Collection<T>, BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.google.mu.util.MoreCollections
+- +
If+collection
has exactly two elements, passes the two elements tofound
+ function and returns the non-null result wrapped in anOptional
, or else returns+ Optional.empty()
.- finisher() - Method in class com.google.mu.util.stream.Joiner
- first() - Static method in class com.google.mu.util.Ordinal
@@ -1044,12 +972,6 @@F
Maps the value contained in-optional
to aBiOptional
usingmapper
, or else returns empty.- flatMapBoth(Optional<A>, Optional<B>, CheckedBiFunction<? super A, ? super B, ? extends Optional<R>, E>) - Static method in class com.google.mu.util.Optionals
-- -
Deprecated. - --- flatMapKeys(BiFunction<? super K, ? super V, ? extends Stream<? extends K2>>) - Method in class com.google.mu.util.stream.BiStream
Maps each key to zero or more keys of type@@ -1673,11 +1595,29 @@K2
.M
Mapsthis
usingfunction
unless it wraps exception.- mapBoth(Optional<A>, Optional<B>, CheckedBiFunction<? super A, ? super B, ? extends R, E>) - Static method in class com.google.mu.util.Optionals
+- MapFrom3<T,R> - Interface in com.google.mu.function
- -
+Deprecated. - -+A 3-arg function of the signature of+(T, T, T) -> R
.- MapFrom4<T,R> - Interface in com.google.mu.function
+- +
+A 4-arg function of the signature of+(T, T, T, T) -> R
.- MapFrom5<T,R> - Interface in com.google.mu.function
+- +
+A 5-arg function of the signature of+(T, T, T, T, T) -> R
.- MapFrom6<T,R> - Interface in com.google.mu.function
+- +
+A 6-arg function of the signature of+(T, T, T, T, T, T) -> R
.- MapFrom7<T,R> - Interface in com.google.mu.function
+- +
+A 6-arg function of the signature of+(T, T, T, T, T, T, T) -> R
.- MapFrom8<T,R> - Interface in com.google.mu.function
+- +
A 6-arg function of the signature of(T, T, T, T, T, T, T, T) -> R
.- mapIfPresent(BiFunction<? super K, ? super V, ? extends BiOptional<? extends K2, ? extends V2>>) - Method in class com.google.mu.util.stream.BiStream
- @@ -1805,22 +1745,10 @@
M
Returnstrue
if a character sequence contains no matching BMP characters.- max(BiComparator<? super K, ? super V>, BiComparator<? super K, ? super V>...) - Method in class com.google.mu.util.stream.BiStream
-- -
Deprecated. - --- MAX_VALUE - Static variable in class com.google.mu.util.Ordinal
The maximum ordinal.- maxBy(BiComparator<? super K, ? super V>) - Static method in class com.google.mu.util.stream.BiCollectors
-- - -
- maxBy(Comparator<? super K>, Comparator<? super V>) - Static method in class com.google.mu.util.stream.BiCollectors
Returns aBiCollector
that finds the maximum pair according tokeyComparator
@@ -1905,18 +1833,6 @@M
Collects a stream of-Maybe
to an immutableMaybe<Set<T>, E>
, which will wrap the exception if any inputMaybe
is exceptional.- min(BiComparator<? super K, ? super V>, BiComparator<? super K, ? super V>...) - Method in class com.google.mu.util.stream.BiStream
-- -
-Deprecated. - --- minBy(BiComparator<? super K, ? super V>) - Static method in class com.google.mu.util.stream.BiCollectors
-- -
Deprecated. --Use-#minBykey
orBiCollectors.minByValue(java.util.Comparator<? super V>)
.- minBy(Comparator<? super K>, Comparator<? super V>) - Static method in class com.google.mu.util.stream.BiCollectors
Returns aBiCollector
that finds the minimum pair according tokeyComparator
@@ -2007,13 +1923,6 @@N
Returns the negation of thisCharPredicate
.- not() - Method in class com.google.mu.util.Substring.Pattern
-- -
Deprecated. --Use-Substring.Pattern.notFollowedBy(java.lang.String)
orSubstring.Pattern.notImmediatelyBetween(java.lang.String, java.lang.String)
for negative lookahead and - negative lookbehind.- notFollowedBy(String) - Method in class com.google.mu.util.Substring.Pattern
Returns an otherwise equivalent pattern except it requires the matched substring not @@ -2140,37 +2049,33 @@O
Returns a selection ofchoices
.- onlyElement() - Static method in class com.google.mu.util.stream.Cases
-- -
Deprecated.-A collector that collects the only element from the input, - or else throws-IllegalArgumentException
.- onlyElement(Function<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
Same as#asIn(Function)
.- onlyElements(Quarternary<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- onlyElements(MapFrom3<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- +
+Same as+MoreCollectors.combining(MapFrom3)
.- onlyElements(MapFrom4<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
- - +
-Same asMoreCollectors.combining(MapFrom4)
.- onlyElements(Quinary<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- onlyElements(MapFrom5<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
- -
-Same as+MoreCollectors.combining(Quinary)
.Same asMoreCollectors.combining(MapFrom5)
.- onlyElements(Senary<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- onlyElements(MapFrom6<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
- -
-Same as+MoreCollectors.combining(Senary)
.Same asMoreCollectors.combining(MapFrom6)
.- onlyElements(Ternary<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
+- onlyElements(MapFrom7<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
- -
-Same as+MoreCollectors.combining(Ternary)
.Same asMoreCollectors.combining(MapFrom7)
.- onlyElements(BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.google.mu.util.stream.Cases
+- onlyElements(MapFrom8<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
- -
Deprecated.-A collector that collects the only two elements from the input and returns the result of - applying the given+twoElements
function.Same asMoreCollectors.combining(MapFrom7)
.- onlyElements(BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.google.mu.util.stream.MoreCollectors
- @@ -2388,12 +2293,6 @@
-P
Return aPattern
equivalent to thisPattern
, except it will fail to match if thefollowing
pattern can't find a match in the substring after the current match.- peek(String) - Method in class com.google.mu.util.Substring.Pattern
-- -
Deprecated. --Use-Substring.Pattern.followedBy(java.lang.String)
instead.- peek(BiConsumer<? super A, ? super B>) - Method in class com.google.mu.util.BiOptional
Invokes@@ -2467,20 +2366,6 @@consumer
with the pair if present and returns this object as is.P
Returns the previous ordinal.Q
--
-
- Quarternary<T,R> - Interface in com.google.mu.function -
-
-A 4-arg function of the signature of-
(T, T, T, T) -> R
.
- - Quinary<T,R> - Interface in com.google.mu.function -
-
-A 5-arg function of the signature of-
(T, T, T, T, T) -> R
.
-
R
Retries based on return values.- reversed() - Method in interface com.google.mu.function.BiComparator
-- -
Deprecated.-Returns a-BiComparator
that reverses the order specified by this comparator.- run() - Method in interface com.google.mu.function.CheckedRunnable
- run() - Method in class com.google.mu.util.Funnel
@@ -2639,10 +2519,6 @@S
Parser forSelection
.- Senary<T,R> - Interface in com.google.mu.function
-- -
A 6-arg function of the signature of-(T, T, T, T, T, T) -> R
.- separatedBy(CharPredicate) - Method in class com.google.mu.util.Substring.Pattern
Returns an otherwise equivalentPattern
, except it only matches if it's next @@ -2713,12 +2589,6 @@S
Filter this stream to exclude pairs whose value matchespredicate
.- sorted(BiComparator<? super K, ? super V>, BiComparator<? super K, ? super V>...) - Method in class com.google.mu.util.stream.BiStream
-- -
Deprecated. --Use-BiStream.sorted(Comparator, Comparator)
instead- sorted(Comparator<? super K>, Comparator<? super V>) - Method in class com.google.mu.util.stream.BiStream
Returns a+A B C D E F G H I J K L M N O P R S T U V W Y ZBiStream
consisting of the pairs in this stream, in the order produced by @@ -2906,14 +2776,8 @@S
- switching(FixedSizeCollector<T, ?, R>, FixedSizeCollector<T, ?, R>...) - Static method in class com.google.mu.util.stream.MoreCollectors
- -
-Returns a-Collector
that will collect the input elements using the first of -[firstCase, moreCases...]
that matches the input elements.- switching(Collector<? super T, ?, ? extends Optional<? extends R>>...) - Static method in class com.google.mu.util.stream.Cases
-- -
@@ -2926,22 +2790,12 @@Deprecated. - -+Returns aCollector
that will collect the input elements using the first of+ [firstCase, moreCases...]
that matches the input elements.T
Returns a go/jep-430 style template of-T
produced by interpolating arguments into thetemplate
string, using the giveninterpolator
function.- Ternary<T,R> - Interface in com.google.mu.function
-- -
A 3-arg function of the signature of-(T, T, T) -> R
.- test(char) - Method in interface com.google.mu.util.CharPredicate
Returns true ifch
satisfies this predicate.- test(A, B) - Method in interface com.google.mu.function.CheckedBiPredicate
- then(BiComparator<? super K2, ? super V2>) - Method in interface com.google.mu.function.BiComparator
-- -
Deprecated.-Returns a-BiComparator
that upon comparing two pairs, ifthis
BiComparator - returns 0 (tie), delegates to thesecondary
BiComparator for tie-break.- then(Substring.Pattern) - Method in class com.google.mu.util.Substring.Pattern
Similar to regex lookahead, returns a pattern that matches thefollowing
@@ -3206,38 +3060,6 @@W
post-order
andbreadth-first
) as lazily evaluated streams, allowing infinite-size graphs.- when(BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.google.mu.util.stream.Cases
-- -
-Deprecated.-A collector that wraps the result of applying the-onlyTwo
function in an- Optional
when the input has only two elements; or else returnsOptional.empty()
.- when(BiPredicate<? super T, ? super T>, BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.google.mu.util.stream.Cases
-- -
-Deprecated.-A collector that wraps the result of applying the-onlyTwo
function in an- Optional
when the input has only two elements and the two elements satifycondition
in - terms ofBiPredicate.test(T, U)
; or else returnsOptional.empty()
.- when(Function<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.Cases
-- -
-Deprecated.-A collector that wraps the result of applying the-onlyOne
function in an- Optional
when the input has only one element; or else returnsOptional.empty()
.- when(Predicate<? super T>, Function<? super T, ? extends R>) - Static method in class com.google.mu.util.stream.Cases
-- -
-Deprecated.-A collector that wraps the result of applying the-onlyOne
function in an- Optional
when the input has only one element and it satisfiescondition
in terms of -Predicate.test(T)
; or else returnsOptional.empty()
.- when(Supplier<? extends R>) - Static method in class com.google.mu.util.stream.Cases
-- -
Deprecated.-A collector that wraps the result of-noElement.get()
in anOptional
when the - input is empty; or else returnsOptional.empty()
.- whileNotNull(Supplier<? extends T>) - Static method in class com.google.mu.util.stream.MoreStreams
Similar toStream.generate(java.util.function.Supplier<? extends T>)
, returns an infinite, sequential, ordered, and non-null @@ -3247,18 +3069,6 @@W
Returns an instance ofT
from the string format filled withparams
.- withBoundary(CharPredicate) - Method in class com.google.mu.util.Substring.Pattern
-- -
-Deprecated. --Use-Substring.Pattern.separatedBy(CharPredicate)
instead.- withBoundary(CharPredicate, CharPredicate) - Method in class com.google.mu.util.Substring.Pattern
-- -
Deprecated. - --- withSideEffect(Stream<T>, Consumer<? super T>) - Static method in class com.google.mu.util.stream.MoreStreams
Returns a sequential stream with@@ -3328,7 +3138,7 @@sideEfect
attached on every element.Z
the corresponding third etc.
All Classes All Packages
All Classes All Packages