Interface XCldrStub.Predicate<T>
-
Method Summary
-
Method Details
-
test
Evaluates this predicate on the given argument.- Parameters:
t- the input argument- Returns:
trueif the input argument matches the predicate, otherwisefalse
-
t - the input argumenttrue if the input argument matches the predicate,
otherwise false