Interface BranchFilter

  • All Superinterfaces:
    Filter<Branch>

    public interface BranchFilter
    extends Filter<Branch>
    Created 19.08.13 17:23
    Author:
    Eugene Petrenko (eugene.petrenko@jetbrains.com)
    • Method Detail

      • accept

        boolean accept​(@NotNull
                       Branch branch)
        Description copied from interface: Filter
        Determines whether the given data satisfies implementation specific criteria.
        Specified by:
        accept in interface Filter<Branch>
        Parameters:
        branch - the data being assessed
        Returns:
        true if data satisfies the criteria. False otherwise.