com.browserup.bup.assertion.field.HarEntryPredicate Maven / Gradle / Ivy
The newest version!
package com.browserup.bup.assertion.field;
import java.util.Optional;
public interface HarEntryPredicate {
Optional test(T entry);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy