JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
tools.devnull.trugger.selector
Interface DeepSelector
All Known Subinterfaces:
ClassesSelector
,
FieldSelector
,
FieldsSelector
,
MethodSelector
,
MethodsSelector
All Known Implementing Classes:
TruggerClassesSelector
,
TruggerFieldSelector
,
TruggerFieldsSelector
,
TruggerMethodSelector
,
TruggerMethodsSelector
public interface
DeepSelector
Interface that defines a selector that allows deep operations.
Since:
5.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
DeepSelector
deep
()
Selects using a deep operation.
Method Detail
deep
DeepSelector
deep()
Selects using a deep operation. If the selection is for a single object and the deep operation founds more than one, the first one will be returned.
Returns:
a new selector with deep selection enabled
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method