Interface FeatureFindCallback


  • public interface FeatureFindCallback
    Callback to implement to find a Feature from a list that pass the test implemented by this callback.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • find

        boolean find​(Feature feature,
                     int index)
        Return a value that coerces to true to find the Feature, or to false otherwise.
        Parameters:
        feature - current element being processed in the list.
        index - the index of the current element being processed in the list
        Returns:
        a value that coerces to true to find the Feature, or to false otherwise