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

org.broadinstitute.hellbender.utils.SerializablePredicate Maven / Gradle / Ivy

The newest version!
package org.broadinstitute.hellbender.utils;

import java.io.Serializable;
import java.util.function.Predicate;

public interface SerializablePredicate  extends Predicate, Serializable {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy