![JAR search and dependency download from the Maven repository](/logo.png)
jio.Exp Maven / Gradle / Ivy
The newest version!
package jio;
import java.util.function.BiConsumer;
import java.util.function.Function;
import java.util.function.Predicate;
import jio.Result.Failure;
import jio.Result.Success;
/**
* Abstract base class representing an expression that can be composed of different operands, which can be either
* expressions or IO effects. Operands are used to build complex computations and workflows.
*
* @param
© 2015 - 2025 Weber Informatics LLC | Privacy Policy