Interface MPredicate<T>

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

@FunctionalInterface public interface MPredicate<T> extends Predicate<T>, Serializable
on function
Since:
1.5.0
Author:
yulichang