Verwendungen von Schnittstelle
org.jdrupes.mdoclet.internal.doclets.toolkit.util.DocFinder.Result
Packages, die DocFinder.Result verwenden
Package
Beschreibung
This package has utility classes that perform common services required
for API documentation generation.
- 
Verwendungen von DocFinder.Result in org.jdrupes.mdoclet.internal.doclets.toolkit.util
Unterschnittstellen von DocFinder.Result in org.jdrupes.mdoclet.internal.doclets.toolkit.utilModifizierer und TypSchnittstelleBeschreibungstatic interfacestatic interfacestatic interfaceMethoden in org.jdrupes.mdoclet.internal.doclets.toolkit.util, die DocFinder.Result zurückgebenModifizierer und TypMethodeBeschreibungDocFinder.Criterion.apply(ExecutableElement method) static <T> DocFinder.Result<T> DocFinder.Result.CONCLUDE(T value) static <T> DocFinder.Result<T> DocFinder.Result.CONTINUE()static <T> DocFinder.Result<T> DocFinder.Result.fromOptional(Optional<T> optional) <T,X extends Throwable> 
DocFinder.Result<T> DocFinder.search(ExecutableElement method, boolean includeMethod, DocFinder.Criterion<T, X> criterion) <T,X extends Throwable> 
DocFinder.Result<T> DocFinder.search(ExecutableElement method, DocFinder.Criterion<T, X> criterion) static <T> DocFinder.Result<T> DocFinder.Result.SKIP()<T,X extends Throwable> 
DocFinder.Result<T> DocFinder.trySearch(ExecutableElement method, DocFinder.Criterion<T, X> criterion)