public interface IntPredicateProxy
extends java.util.function.IntPredicate
IntPredicate, or as a lambda expression,
but this duality is not available in C#. A class that implements IntPredicate
should therefore implement this extension of the interface, so that it can be transpiled to C#.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(int value) |
default IntPredicateProxy |
union(IntPredicateProxy other) |
boolean test(int value)
test in interface java.util.function.IntPredicatedefault IntPredicateProxy union(IntPredicateProxy other)
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.