Interface Predicate<I>


public interface Predicate<I>
  • Method Summary

    Modifier and Type Method Description
    Boolean apply​(I item)