All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs-for-virtdata.01_binding_functions.funcref_functional.md Maven / Gradle / Ivy

---
title: utility functions
weight: 40
---

## IntFlow

Combine multiple IntUnaryOperators into a single function.

- int -> IntFlow(java.util.function.IntUnaryOperator[]...: ops) -> int


## LongFlow

Combine multiple LongUnaryOperators into a single function.

- long -> LongFlow(java.util.function.LongUnaryOperator[]...: ops) -> long
  - *ex:* `StringFlow(Add(3),Mul(6))` - *Create an integer operator which adds 3 and multiplies the result by 6*


## StringFlow

Combine multiple String functions together into one function.

- java.lang.String -> StringFlow(java.util.function.Function[]...: funcs) -> java.lang.String






© 2015 - 2025 Weber Informatics LLC | Privacy Policy