- Painless Scripting Language: other versions:
- Painless Guide
- Painless Language Specification
- Painless contexts
- Context example data
- Runtime fields context
- Ingest processor context
- Update context
- Update by query context
- Reindex context
- Sort context
- Similarity context
- Weight context
- Score context
- Field context
- Filter context
- Minimum should match context
- Metric aggregation initialization context
- Metric aggregation map context
- Metric aggregation combine context
- Metric aggregation reduce context
- Bucket script aggregation context
- Bucket selector aggregation context
- Analysis Predicate Context
- Watcher condition context
- Watcher transform context
- Painless API Reference
- Shared API
- Aggregation Selector API
- Aggs API
- Aggs Combine API
- Aggs Init API
- Aggs Map API
- Aggs Reduce API
- Analysis API
- Bucket Aggregation API
- Field API
- Filter API
- Ingest API
- Interval API
- Moving Function API
- Number Sort API
- Painless Test API
- Processor Conditional API
- Score API
- Script Heuristic API
- Similarity API
- Similarity Weight API
- String Sort API
- Template API
- Terms Set API
- Update API
- Watcher Condition API
- Watcher Transform API
- Xpack Template API
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Shared API for package java.util.function
editShared API for package java.util.function
editSee the Shared API for a high-level overview of all packages and classes.
BiConsumer
editBiFunction
editBiPredicate
editBinaryOperator
editBooleanSupplier
edit- boolean equals(Object)
- boolean getAsBoolean()
- int hashCode()
- null toString()
Consumer
editDoubleBinaryOperator
edit- double applyAsDouble(double, double)
- boolean equals(Object)
- int hashCode()
- null toString()
DoubleConsumer
editDoublePredicate
editDoubleSupplier
edit- boolean equals(Object)
- double getAsDouble()
- int hashCode()
- null toString()
DoubleToIntFunction
edit- int applyAsInt(double)
- boolean equals(Object)
- int hashCode()
- null toString()
DoubleToLongFunction
edit- long applyAsLong(double)
- boolean equals(Object)
- int hashCode()
- null toString()
DoubleUnaryOperator
editFunction
editIntBinaryOperator
edit- int applyAsInt(int, int)
- boolean equals(Object)
- int hashCode()
- null toString()
IntConsumer
editIntPredicate
editIntToDoubleFunction
edit- double applyAsDouble(int)
- boolean equals(Object)
- int hashCode()
- null toString()
IntToLongFunction
edit- long applyAsLong(int)
- boolean equals(Object)
- int hashCode()
- null toString()
IntUnaryOperator
editLongBinaryOperator
edit- long applyAsLong(long, long)
- boolean equals(Object)
- int hashCode()
- null toString()
LongConsumer
editLongPredicate
editLongToDoubleFunction
edit- double applyAsDouble(long)
- boolean equals(Object)
- int hashCode()
- null toString()
LongToIntFunction
edit- int applyAsInt(long)
- boolean equals(Object)
- int hashCode()
- null toString()
LongUnaryOperator
editObjDoubleConsumer
editPredicate
editToDoubleBiFunction
edit- double applyAsDouble(def, def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToDoubleFunction
edit- double applyAsDouble(def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToIntBiFunction
edit- int applyAsInt(def, def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToIntFunction
edit- int applyAsInt(def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToLongBiFunction
edit- long applyAsLong(def, def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToLongFunction
edit- long applyAsLong(def)
- boolean equals(Object)
- int hashCode()
- null toString()
On this page
- BiConsumer
- BiFunction
- BiPredicate
- BinaryOperator
- BooleanSupplier
- Consumer
- DoubleBinaryOperator
- DoubleConsumer
- DoubleFunction
- DoublePredicate
- DoubleSupplier
- DoubleToIntFunction
- DoubleToLongFunction
- DoubleUnaryOperator
- Function
- IntBinaryOperator
- IntConsumer
- IntFunction
- IntPredicate
- IntSupplier
- IntToDoubleFunction
- IntToLongFunction
- IntUnaryOperator
- LongBinaryOperator
- LongConsumer
- LongFunction
- LongPredicate
- LongSupplier
- LongToDoubleFunction
- LongToIntFunction
- LongUnaryOperator
- ObjDoubleConsumer
- ObjIntConsumer
- ObjLongConsumer
- Predicate
- Supplier
- ToDoubleBiFunction
- ToDoubleFunction
- ToIntBiFunction
- ToIntFunction
- ToLongBiFunction
- ToLongFunction
- UnaryOperator
Was this helpful?
Thank you for your feedback.