Module marid.util

Interface IOPredicate<T>

All Superinterfaces:
Predicate<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Generated(value="marid",
           date="2020-03-24T18:45:48.129393Z")
@FunctionalInterface
public interface IOPredicate<T>
extends Predicate<T>
  • Method Summary

    Modifier and Type Method Description
    static <T> IOPredicate<T> of​(IOPredicate<T> value)  
    default boolean test​(T arg0)  
    boolean testChecked​(T arg0)  

    Methods inherited from interface java.util.function.Predicate

    and, negate, or