- Painless Scripting Language: other versions:
- Painless Guide
- Painless Language Specification
- Painless contexts
- Context examples
- 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
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
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Shared 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()
- String toString()
Consumer
editDoubleBinaryOperator
edit- double applyAsDouble(double, double)
- boolean equals(Object)
- int hashCode()
- String toString()
DoubleConsumer
editDoublePredicate
editDoubleSupplier
edit- boolean equals(Object)
- double getAsDouble()
- int hashCode()
- String toString()
DoubleToIntFunction
edit- int applyAsInt(double)
- boolean equals(Object)
- int hashCode()
- String toString()
DoubleToLongFunction
edit- long applyAsLong(double)
- boolean equals(Object)
- int hashCode()
- String toString()
DoubleUnaryOperator
editFunction
editIntBinaryOperator
edit- int applyAsInt(int, int)
- boolean equals(Object)
- int hashCode()
- String toString()
IntConsumer
editIntPredicate
editIntToDoubleFunction
edit- double applyAsDouble(int)
- boolean equals(Object)
- int hashCode()
- String toString()
IntToLongFunction
edit- long applyAsLong(int)
- boolean equals(Object)
- int hashCode()
- String toString()
IntUnaryOperator
editLongBinaryOperator
edit- long applyAsLong(long, long)
- boolean equals(Object)
- int hashCode()
- String toString()
LongConsumer
editLongPredicate
editLongToDoubleFunction
edit- double applyAsDouble(long)
- boolean equals(Object)
- int hashCode()
- String toString()
LongToIntFunction
edit- int applyAsInt(long)
- boolean equals(Object)
- int hashCode()
- String toString()
LongUnaryOperator
editObjDoubleConsumer
editPredicate
editToDoubleBiFunction
edit- double applyAsDouble(def, def)
- boolean equals(Object)
- int hashCode()
- String toString()
ToDoubleFunction
edit- double applyAsDouble(def)
- boolean equals(Object)
- int hashCode()
- String toString()
ToIntBiFunction
edit- int applyAsInt(def, def)
- boolean equals(Object)
- int hashCode()
- String toString()
ToIntFunction
edit- int applyAsInt(def)
- boolean equals(Object)
- int hashCode()
- String toString()
ToLongBiFunction
edit- long applyAsLong(def, def)
- boolean equals(Object)
- int hashCode()
- String toString()
ToLongFunction
edit- long applyAsLong(def)
- boolean equals(Object)
- int hashCode()
- String 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.