R - the type of the result of the actionP - the type of the parameter of action@FunctionalInterface public static interface SimpleAnnotatedTypeScanner.DefaultAction<R,P>
| Modifier and Type | Method and Description |
|---|---|
R |
defaultAction(AnnotatedTypeMirror type,
P p)
The action to perform on every type.
|
R defaultAction(AnnotatedTypeMirror type, P p)
type - AnnotatedTypeMirror on which to perform some actionp - argument to pass to the action