Package org.apache.solr.analytics.util.function
Pure java functional interfaces. Not specific to analytics.
-
Interface Summary Interface Description BooleanConsumer Represents an operation that accepts a singleboolean
-valued argument and returns no result.FloatConsumer Represents an operation that accepts a singlefloat
-valued argument and returns no result.FloatSupplier Represents a supplier offloat
-valued results.