|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Implements the Predicate interface against a delegate. More...
Public Member Functions | |
| DelegatePredicate (Func< TArg, bool > func) | |
| Initializes a new instance. | |
| Predicate | and (Predicate other) |
| Predicate | negate () |
| Predicate | or (Predicate other) |
| bool | test (object t) |
Implements the Predicate interface against a delegate.
| TArg |
Definition at line 10 of file DelegatePredicate.cs.
| java.util.function.DelegatePredicate< TArg >.DelegatePredicate | ( | Func< TArg, bool > | func | ) |
Initializes a new instance.
| func |
Definition at line 19 of file DelegatePredicate.cs.
| Predicate java.util.function.DelegatePredicate< TArg >.and | ( | Predicate | other | ) |
Definition at line 24 of file DelegatePredicate.cs.
| Predicate java.util.function.DelegatePredicate< TArg >.negate | ( | ) |
Definition at line 29 of file DelegatePredicate.cs.
| Predicate java.util.function.DelegatePredicate< TArg >.or | ( | Predicate | other | ) |
Definition at line 34 of file DelegatePredicate.cs.
| bool java.util.function.DelegatePredicate< TArg >.test | ( | object | t | ) |
Definition at line 39 of file DelegatePredicate.cs.