
io.alauda.kubernetes.api.builder.Predicate Maven / Gradle / Ivy
The newest version!
package io.alauda.kubernetes.api.builder;
public interface Predicate{
Boolean apply(I item);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy