Interface ScreenStack.Predicate

Enclosing class:
ScreenStack

public static interface ScreenStack.Predicate
Used to operate on screens. See ScreenStack.remove(Predicate).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the screen matches the predicate.
  • Method Details

    • apply

      boolean apply(ScreenStack.Screen screen)
      Returns true if the screen matches the predicate.