- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for BooleanFunction (0.09 sec)
-
src/main/java/org/codelibs/fess/util/BooleanFunction.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.util; @FunctionalInterface public interface BooleanFunction<T> { boolean apply(T t);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 739 bytes - Viewed (0)