All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.browserup.bup.assertion.field.HarEntryPredicate Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show 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