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(String prefix) |
static Predicate<String> |
startsWithAny(String... prefixes) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.