Uses of Interface
org.webrtc.Predicate

Packages that use Predicate
Package
Description
 
  • Uses of Predicate in org.webrtc

    Methods in org.webrtc that return Predicate
    Modifier and Type
    Method
    Description
    default Predicate<T>
    Predicate.and(Predicate<? super T> other)
    Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
    default Predicate<T>
    Predicate.negate()
    Returns a predicate that represents the logical negation of this predicate.
    default Predicate<T>
    Predicate.or(Predicate<? super T> other)
    Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
    Methods in org.webrtc with parameters of type Predicate
    Modifier and Type
    Method
    Description
    default Predicate<T>
    Predicate.and(Predicate<? super T> other)
    Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
    default Predicate<T>
    Predicate.or(Predicate<? super T> other)
    Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.