
stream.expressions.HasCondition Maven / Gradle / Ivy
The newest version!
/**
*
*/
package stream.expressions;
/**
*
* This interface is provided by any implementation that can be queried for a
* condition.
*
*
* @author Hendrik Blom, Christian Bockermann
*
*/
public interface HasCondition {
/**
* The condition provided by this instance.
*
* @return The condition provided by this instance.
*/
public Condition getCondition();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy