public class TextPredicates extends Object
| Constructor and Description |
|---|
TextPredicates() |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<String> |
endsWithAny(Iterable<String> endings) |
static Predicate<String> |
endsWithAny(String... endings) |
static Predicate<String> |
ignoreLineComment() |
static Predicate<String> |
startsWith(@NotNull String prefix) |
static Predicate<String> |
startsWithAny(String... prefixes) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.