Modifier and Type | Class and Description |
---|---|
class |
ExactTypeFilter<T> |
static class |
Misc.HasBackJump |
static class |
Misc.IsBackJumpTo |
static class |
Misc.IsForwardJumpTo |
class |
TypeFilter<T> |
Modifier and Type | Method and Description |
---|---|
WildcardMatch.LValueWildcard |
WildcardMatch.getLValueWildCard(String name,
Predicate<LValue> test) |
Modifier and Type | Method and Description |
---|---|
String |
StructuredStatement.suggestName(LocalVariable createdHere,
Predicate<String> testNameUsedFn) |
Modifier and Type | Method and Description |
---|---|
String |
StructuredFor.suggestName(LocalVariable createdHere,
Predicate<String> testNameUsedFn) |
String |
AbstractStructuredStatement.suggestName(LocalVariable createdHere,
Predicate<String> testNameUsedFn) |
String |
AbstractUnStructuredStatement.suggestName(LocalVariable createdHere,
Predicate<String> testNameUsedFn) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractPlaceholder.suggestName(LocalVariable createdHere,
Predicate<String> testNameUsedFn) |
Modifier and Type | Method and Description |
---|---|
static Predicate<String> |
MiscUtils.mkRegexFilter(String pat,
boolean anywhere) |
Modifier and Type | Class and Description |
---|---|
static class |
Functional.NotNull<X> |
Modifier and Type | Method and Description |
---|---|
static <X> boolean |
Functional.all(Collection<X> input,
Predicate<X> predicate) |
static <X> boolean |
Functional.any(Collection<X> input,
Predicate<X> predicate) |
static <X> List<X> |
Functional.filter(Collection<X> input,
Predicate<X> predicate) |
static <X> List<X> |
Functional.filterOptimistic(List<X> input,
Predicate<X> predicate) |
static <X> Set<X> |
Functional.filterSet(Collection<X> input,
Predicate<X> predicate) |
static <X> X |
Functional.findOrNull(Collection<X> input,
Predicate<X> predicate) |
static <X> Pair<List<X>,List<X>> |
Functional.partition(Collection<X> input,
Predicate<X> predicate) |
Copyright © 2011-2021. All Rights Reserved.