| Modifier and Type | Method and Description |
|---|---|
static void |
Strings.split(String str,
char delimiter,
Strings.ToBooleanFunction<String> consumer)
Split the given
str using the delimiter and passes all parts to the given consumer,
as long as the consumer returns true |
static void |
Strings.split(String str,
String delimiter,
Strings.ToBooleanFunction<String> consumer)
Split the given
str using the delimiter and passes all parts to the given consumer,
as long as the consumer returns true |
Copyright © 2019. All rights reserved.