Javolution 6.0.0 java
javolution.util.function.Predicate< T > Interface Template Reference

Public Member Functions

boolean test (T param)
 

Detailed Description

A function which states or affirms the attribute or quality of something.

Note: In future version this interface may derive from

Function<P, Boolean>

.

Parameters
<T>The type of input object to test.
See also
Wikipedia: Predicate @author Jean-Marie Dautelle
Version
6.0, July 21, 2013

Definition at line 25 of file Predicate.java.

Member Function Documentation

◆ test()

boolean javolution.util.function.Predicate< T >.test ( param)

The documentation for this interface was generated from the following file: