T
public interface PredicateUnaryOperator<T> extends Predicate<T>, UnaryOperator<T>
Predicate.test(Object)
true
Function.apply(Object)
and, isEqual, negate, or, test
identity
andThen, apply, compose
Copyright © 2025. All rights reserved.