public class InverseFilter<DRONE> extends Object implements DronePointFilter<DRONE>
| Constructor and Description |
|---|
InverseFilter(DronePointFilter<DRONE> wrappedFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(DroneContext context,
DronePoint<? extends DRONE> dronePoint)
Returns true if the injection point is accepted, false otherwise.
|
public InverseFilter(DronePointFilter<DRONE> wrappedFilter)
public boolean accepts(DroneContext context, DronePoint<? extends DRONE> dronePoint)
DronePointFilteraccepts in interface DronePointFilter<DRONE>dronePoint - injection point of the drone.Copyright © 2016 JBoss by Red Hat. All rights reserved.