Package 

Object MostTester.AnyNo

    • Method Summary

      Modifier and Type Method Description
      Boolean mostTest(Iterable<Function0<Boolean>> testers) 提供多个 测试器 并得到一个最终结果。
      <T extends Any> Boolean mostTest(Iterable<T> values, Function1<T, Boolean> tester) 提供多个值,和一个匹配方案.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • mostTest

         Boolean mostTest(Iterable<Function0<Boolean>> testers)

        提供多个 测试器 并得到一个最终结果。

      • mostTest

         <T extends Any> Boolean mostTest(Iterable<T> values, Function1<T, Boolean> tester)

        提供多个值,和一个匹配方案.