com.codepoetics.fluvius.api.functional.ScratchpadFunction Maven / Gradle / Ivy
package com.codepoetics.fluvius.api.functional;
import com.codepoetics.fluvius.api.scratchpad.Scratchpad;
/**
* A function which takes a Scratchpad and returns a value of some type.
*
* @param The type of the returned value.
*/
public interface ScratchpadFunction extends SingleParameterStep {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy