We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6123f commit 335bb22Copy full SHA for 335bb22
rxjava-contrib/rxjava-swing/src/main/java/rx/swing/sources/ComponentEventSource.java
@@ -87,7 +87,7 @@ public Dimension call(ComponentEvent event) {
87
/**
88
* Predicates that help with filtering observables for specific component events.
89
*/
90
- public enum Predicate implements Func1<ComponentEvent, Boolean> {
+ public enum Predicate implements rx.util.functions.Func1<java.awt.event.ComponentEvent, Boolean> {
91
RESIZED(ComponentEvent.COMPONENT_RESIZED),
92
HIDDEN(ComponentEvent.COMPONENT_HIDDEN),
93
MOVED(ComponentEvent.COMPONENT_MOVED),
0 commit comments