![JAR search and dependency download from the Maven repository](/logo.png)
annotations.io.alauda.kubernetes.api.builder.Predicate Maven / Gradle / Ivy
package io.alauda.kubernetes.api.builder;
public interface Predicate{
Boolean apply(I item);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package io.alauda.kubernetes.api.builder;
public interface Predicate{
Boolean apply(I item);
}