public interface Filter<V,E> extends com.google.common.base.Function<Graph<V,E>,Graph<V,E>>
Graph
as a Graph. The Graph returned may be either a
new graph or a view into an existing graph; the documentation for the filter
must specify which.Copyright © 2016. All rights reserved.