| Package | Description |
|---|---|
| com.spun.util | |
| com.spun.util.database | |
| com.spun.util.database.automaticsetter | |
| com.spun.util.date | |
| com.spun.util.filters |
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodExecutionPath.MethodParameterFilter<T> |
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseObject.FilterNew
Inner Classes
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AddDateAware.FilterBeforeAddDate |
| Modifier and Type | Class and Description |
|---|---|
static class |
DateRange.DateRangeFilter<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> Filter<T> |
DateRange.getFilter(Function1<T,Date> converter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndFilter<T>
Deprecated.
use lambdas: a -> filter1 && filter2
|
class |
ClassFilter
Deprecated.
use lambdas: a -> a instanceof desiredclass or a -> clazz.isInstance(a)
|
class |
OrFilter<T>
Deprecated.
use lambdas: a -> filter1 || filter2
|
| Constructor and Description |
|---|
AndFilter(Filter<T> filter1,
Filter<T> filter2)
Deprecated.
|
AndFilter(Filter<T> filter1,
Filter<T> filter2)
Deprecated.
|
OrFilter(Filter<T> filter1,
Filter<T> filter2)
Deprecated.
|
OrFilter(Filter<T> filter1,
Filter<T> filter2)
Deprecated.
|
Copyright © 2022. All rights reserved.