Interface Filter<F>

All Superinterfaces:
Function<F,Boolean>

public interface Filter<F> extends Function<F,Boolean>
Since:
4.0
Author:
Nick Smith
  • Method Summary

    Methods inherited from interface org.alfresco.util.collections.Function

    apply