Package com.ibm.icu.impl.locale
Interface XCldrStub.Predicate<T>
-
- Enclosing class:
- XCldrStub
public static interface XCldrStub.Predicate<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(T t)
Evaluates this predicate on the given argument.
-
-
-
Method Detail
-
test
boolean test(T t)
Evaluates this predicate on the given argument.- Parameters:
t
- the input argument- Returns:
true
if the input argument matches the predicate, otherwisefalse
-
-