类 MergedAnnotationPredicates.FirstRunOfPredicate<A extends Annotation>
java.lang.Object
cn.taketoday.core.annotation.MergedAnnotationPredicates.FirstRunOfPredicate<A>
- 所有已实现的接口:
Predicate<MergedAnnotation<A>>
private static class MergedAnnotationPredicates.FirstRunOfPredicate<A extends Annotation>
extends Object
implements Predicate<MergedAnnotation<A>>
Predicate implementation used for
MergedAnnotationPredicates.firstRunOf(Function).-
字段详细资料
-
valueExtractor
-
hasLastValue
private boolean hasLastValue -
lastValue
-
-
构造器详细资料
-
FirstRunOfPredicate
FirstRunOfPredicate(Function<? super MergedAnnotation<A>, ?> valueExtractor)
-
-
方法详细资料
-
test
- 指定者:
test在接口中Predicate<A extends Annotation>
-