viewtify.ui.query
CompoundQuery.Tester
<V
>
V
>V
BiPredicate
V
,V
Function
V
,V
Equal
TesterComparable
Comparable
The builtin filter for Comparable
value.
NotEqual
TesterComparable
Comparable
The builtin filter for Comparable
value.
GreaterThan
TesterComparable
Comparable
The builtin filter for Comparable
value.
GreaterThanOrEqual
TesterComparable
Comparable
The builtin filter for Comparable
value.
LessThan
TesterComparable
Comparable
The builtin filter for Comparable
value.
LessThanOrEqual
TesterComparable
Comparable
The builtin filter for Comparable
value.
Contain
TesterString
String
The builtin filter for String
value.
NotContain
TesterString
String
The builtin filter for String
value.
StartWith
TesterString
String
The builtin filter for String
value.
EndWith
TesterString
String
The builtin filter for String
value.
Match
TesterString
String
The builtin filter for String
value.
RegEx
TesterString
String
The builtin filter for String
value.
description
kiss.VariableString
String
The description of this filter.
Tester
(String
description
, ClassV
type
, BiPredicateV
, V
condition
)
String
description
, ClassV
type
, BiPredicateV
, V
condition
)String description |
|
Class type |
|
BiPredicate condition |
Builtin filters.
Tester
(String
description
, ClassV
type
, ClassT
normalizedType
, FunctionV
, T
normalizer
, BiPredicateT
, V
condition
)
String
description
, ClassV
type
, ClassT
normalizedType
, FunctionV
, T
normalizer
, BiPredicateT
, V
condition
)T |
|
String description |
|
Class type |
|
Class normalizedType |
|
Function normalizer |
|
BiPredicate condition |
Builtin filters.
test
(V
tester
, V
value
)
boolean
V
tester
, V
value
)V tester |
|
V value |
|
boolean |
apply
(V
model
)
V
V
model
)V model |
|
V |
toString
()
String
String |
by
(ClassT
type
)
TesterT
ClassT
type
)T
T |
|
Class type |
|
Tester |
Collect type specific filters.