| Package | Description |
|---|---|
| org.jboss.arquillian.drone.spi |
| Modifier and Type | Method and Description |
|---|---|
FilterableResult<DRONE> |
FilterableResult.filter(DronePointFilter<? super DRONE> filter)
Returns a new instance of
FilterableResult with contents of this instance filtered by given filter. |
<DRONE> FilterableResult<DRONE> |
DroneContext.find(Class<DRONE> droneClass)
Returns a
FilterableResult of injection points with drone type that can be cast to the given type. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.