java.lang.Object
org.junit.platform.commons.util.FunctionUtils
Collection of utilities for working with
Functions
,
Predicates
, etc.
DISCLAIMER
These utilities are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!
- Since:
- 1.0
-
Method Summary
-
Method Details
-
where
Return a predicate that first applies the specified function and then tests the specified predicate against the result of the function.- Parameters:
function
- the function to applypredicate
- the predicate to test against the result of the function
-