| Package | Description |
|---|---|
| xyz.cofe.collection.set |
Множество, Прослушивание измений множества
|
| xyz.cofe.common |
Работа с деревом
|
| xyz.cofe.gui.swing.table | |
| xyz.cofe.http | |
| xyz.cofe.sql.proxy |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSetBasic.eachByValue(A begin,
boolean incBegin,
A end,
boolean incEnd,
Func4<Object,Integer,A,Integer,Integer> consumer) |
void |
IndexSet.eachByValue(A begin,
boolean incBegin,
A end,
boolean incEnd,
Func4<Object,Integer,A,Integer,Integer> consumer)
Обход элементов в списке
|
| Modifier and Type | Method and Description |
|---|---|
static AutoCloseable |
PropertyFn.onPropertyChanged(Object bean,
Predicate<String> propertyName,
Func4<Object,Object,String,Object,Object> listenFn,
boolean beanAsWeak,
boolean listenAsWeak)
Добавляет подписчика на изменение свойств объекта
|
| Constructor and Description |
|---|
PropertyChangeDelegator(Object bean,
Method mremove,
boolean beanAsWeak,
Predicate<String> propertyNameFilter,
Func4<Object,Object,String,Object,Object> consumer,
boolean consumerAsWeak) |
| Modifier and Type | Field and Description |
|---|---|
protected Func4<Object,Integer,Integer,Integer,Integer> |
TableFocusTracker.cellChanged |
| Modifier and Type | Method and Description |
|---|---|
Func4<Object,Integer,Integer,Integer,Integer> |
TableFocusTracker.getCellChanged() |
| Modifier and Type | Method and Description |
|---|---|
TableFocusTracker |
TableFocusTracker.cellChanged(Func4<Object,Integer,Integer,Integer,Integer> cellChanged) |
void |
TableFocusTracker.setCellChanged(Func4<Object,Integer,Integer,Integer,Integer> cellChanged) |
| Modifier and Type | Field and Description |
|---|---|
protected Func4<Boolean,HttpHeaders,URL,URL,List<Pair<URL,URL>>> |
HttpResponse.redirectValidate |
| Modifier and Type | Method and Description |
|---|---|
Func4<Boolean,HttpHeaders,URL,URL,List<Pair<URL,URL>>> |
HttpResponse.getRedirectValidate()
Возвращает проверку redirect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponse.setRedirectValidate(Func4<Boolean,HttpHeaders,URL,URL,List<Pair<URL,URL>>> redirectValidate)
Устанавливает проверку redirect.
|
| Modifier and Type | Field and Description |
|---|---|
protected Func4<String,Object,Object,Method,Object[]> |
StatementTracker.collectName |
protected Func4<String,Object,Object,Method,Object[]> |
ConnectionTracker.collectName |
| Modifier and Type | Method and Description |
|---|---|
static Func4<String,Object,Object,Method,Object[]> |
InvokeActivityStat.constName(String name) |
static Func4<String,Object,Object,Method,Object[]> |
InvokeActivityStat.exclude(Func4<String,Object,Object,Method,Object[]> include,
String... excludeMethodNames) |
Func4<String,Object,Object,Method,Object[]> |
StatementTracker.getCollectName() |
Func4<String,Object,Object,Method,Object[]> |
ConnectionTracker.getCollectName() |
static Func4<String,Object,Object,Method,Object[]> |
InvokeActivityStat.simpleMethodName() |
| Modifier and Type | Method and Description |
|---|---|
static MethodCallListener |
InvokeActivityStat.createActivityTracker(InvokeActivityStat stat,
boolean asWeak,
Func4<String,Object,Object,Method,Object[]> nameGeneraor) |
static Func4<String,Object,Object,Method,Object[]> |
InvokeActivityStat.exclude(Func4<String,Object,Object,Method,Object[]> include,
String... excludeMethodNames) |
void |
StatementTracker.setCollectName(Func4<String,Object,Object,Method,Object[]> fn) |
void |
ConnectionTracker.setCollectName(Func4<String,Object,Object,Method,Object[]> fn) |
Copyright © 2018. All rights reserved.