| Package | Description |
|---|---|
| org.rapidoid.beany | |
| org.rapidoid.lambda | |
| org.rapidoid.scan | |
| org.rapidoid.var | |
| org.rapidoid.var.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertySelector |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedPropertyFilter |
class |
PropertyFilter |
class |
PropertySelectorByName |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
Lmbd.eval(Predicate<T> predicate,
T target) |
| Modifier and Type | Method and Description |
|---|---|
Predicate<InputStream> |
ScanParams.bytecodeFilter() |
| Modifier and Type | Method and Description |
|---|---|
ScanParams |
ScanParams.bytecodeFilter(Predicate<InputStream> bytecodeFilter) |
static ScanParams |
Scan.bytecodeFilter(Predicate<InputStream> bytecodeFilter) |
static List<File> |
ClasspathUtil.dir(String dir,
Predicate<File> filter) |
static void |
ClasspathUtil.files(String packageName,
Collection<File> files,
Predicate<File> filter) |
static List<File> |
ClasspathUtil.files(String packageName,
Predicate<File> filter) |
static List<String> |
ClasspathScanner.getClassesFromJAR(String jarName,
List<String> classes,
String pkg,
Pattern regex,
Class<? extends Annotation>[] annotated,
Predicate<InputStream> bytecodeFilter,
ClassLoader classLoader,
AtomicInteger searched) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Var<T> |
Vars.validate(Var<T> var,
Predicate<T> isValid,
String message) |
| Constructor and Description |
|---|
ValidatingVar(Var<T> var,
Predicate<T> isValid,
String message) |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.