Interface IDoublePredicate
Listener for Java DoublePredicate https://docs.oracle.com/javase/8/docs/api/java/util/function/DoublePredicate.html. Extends IJVMBridgeBase
public interface IDoublePredicate : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
Methods
Test(double)
Executes the DoublePredicate action in the CLR
bool Test(double obj)
Parameters
obj
doubleThe DoublePredicate object
Returns
- bool
The test evaluation