Interface S2ShapeUtil.IntPredicate

Enclosing class:
S2ShapeUtil

public static interface S2ShapeUtil.IntPredicate
A filter of indexes.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(int index)
    Returns whether the given value tests as true.
  • Method Details

    • test

      boolean test(int index)
      Returns whether the given value tests as true.