Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BooleanFunction (0.09 sec)

  1. 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)
Back to top