Uses of Interface
org.scijava.discovery.Discoverer
-
-
Uses of Discoverer in org.scijava.discovery
Classes in org.scijava.discovery that implement Discoverer Modifier and Type Class Description classManualDiscovererADiscovererimplementation that can be set up by the user.Methods in org.scijava.discovery that return Discoverer Modifier and Type Method Description default DiscovererDiscoverer. except(Class<?>... classes)default DiscovererDiscoverer. onlyFor(Class<?>... classes)static DiscovererDiscoverer. union(Iterable<Discoverer> discoverers)Accumulates multipleDiscoverers into one mega-Discovererstatic <T> DiscovererDiscoverer. using(Function<Class<T>,? extends Iterable<T>> func)Creates aDiscovereroperating viaFunction.Methods in org.scijava.discovery that return types with arguments of type Discoverer Modifier and Type Method Description static <T> List<Discoverer>Discoverer. all(Function<Class<T>,? extends Iterable<T>> func)Gets allDiscoverers made available throughIterable, as well as aDiscovererthat is itself backed by theIterable.Method parameters in org.scijava.discovery with type arguments of type Discoverer Modifier and Type Method Description static DiscovererDiscoverer. union(Iterable<Discoverer> discoverers)Accumulates multipleDiscoverers into one mega-Discoverer
-