Interface PartMatcher

All Superinterfaces:
org.aoju.bus.core.lang.Matcher<Integer>
All Known Implementing Classes:
AlwaysTrueMatcher, BoolArrayMatcher, DayOfMonthMatcher, YearValueMatcher

public interface PartMatcher extends org.aoju.bus.core.lang.Matcher<Integer>
表达式中的某个位置部分匹配器 用于匹配日期位中对应数字是否匹配
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    nextAfter(int value)
    获取指定值之后的匹配值,也可以是指定值本身

    Methods inherited from interface org.aoju.bus.core.lang.Matcher

    match
  • Method Details

    • nextAfter

      int nextAfter(int value)
      获取指定值之后的匹配值,也可以是指定值本身
      Parameters:
      value - 指定的值
      Returns:
      匹配到的值或之后的值