Interface IPredicate<TObject>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html. Extends IJVMBridgeBase
public interface IPredicate<TObject> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
TObject
The data type associated to the event
- Inherited Members
Methods
Test(TObject)
Executes the Predicate action in the CLR
bool Test(TObject obj)
Parameters
obj
TObjectThe Predicate object
Returns
- bool
The test evaluation