Interface ValueMatcher

All Superinterfaces:
org.aoju.bus.core.lang.Matcher<Integer>
All Known Implementing Classes:
AlwaysTrueValueMatcher, BoolArrayValueMatcher, DayOfMonthValueMatcher, YearValueMatcher

public interface ValueMatcher extends org.aoju.bus.core.lang.Matcher<Integer>
值匹配器 用于匹配日期位中对应数字是否匹配
Since:
Java 17+
Version:
6.5.0
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:
      匹配到的值或之后的值