
io.bdeploy.common.util.VariableResolver Maven / Gradle / Ivy
package io.bdeploy.common.util;
import java.util.function.UnaryOperator;
/**
* Type-safe interface for all variable resolvers.
*/
public interface VariableResolver extends UnaryOperator {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy