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

com.codepoetics.fluvius.api.functional.ScratchpadFunction Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
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