Uses of Interface
hmi.util.Predicate

Packages that use Predicate
hmi.util NO PACKAGE DOCUMENTATION 
 

Uses of Predicate in hmi.util
 

Methods in hmi.util that return Predicate
static Predicate<DisplayMode> Screen.displayModeFilter(int minWidth, int minHeight, int maxWidth, int maxHeight, int minBitDepth, int maxBitDepth, int minRefreshRate, int maxRefreshRate)
          yields a Predicate that selects only DisplayModes with the specified bitDepth and refreshRate
 

Methods in hmi.util with parameters of type Predicate
static ArrayList<DisplayMode> Screen.selectFilteredDisplayModes(Predicate<DisplayMode> filter)
          returns the array of all available DisplayModes that satisfy the specified filter Predicate.