Uses of Class
org.apache.commons.lang3.ThreadUtils.AlwaysTruePredicate
Packages that use ThreadUtils.AlwaysTruePredicate
Package
Description
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang
classes.-
Uses of ThreadUtils.AlwaysTruePredicate in org.apache.commons.lang3
Fields in org.apache.commons.lang3 declared as ThreadUtils.AlwaysTruePredicateModifier and TypeFieldDescriptionstatic final ThreadUtils.AlwaysTruePredicate
ThreadUtils.ALWAYS_TRUE_PREDICATE
Predicate which always returns true.