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 4c97091 commit 55c972dCopy full SHA for 55c972d
src/main/java/org/scijava/ops/PredicateOp.java
@@ -3,7 +3,9 @@
3
4
import java.util.function.Predicate;
5
6
+import org.scijava.plugin.SciJavaPlugin;
7
+
8
/** {@link Predicate}, as a plugin. */
9
@FunctionalInterface
-public interface PredicateOp<IO> extends Predicate<IO> {
10
+public interface PredicateOp<IO> extends Predicate<IO>, SciJavaPlugin {
11
}
0 commit comments