and

open fun and(other: Predicate<in T>): Predicate<T>

Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.

Return

a composed predicate that represents the short-circuiting logical AND of this predicate and the other predicate

Parameters

other

a predicate that will be logically-ANDed with this predicate