com.codepoetics.fluvius.flows.SourceTargetCapture2 Maven / Gradle / Ivy
package com.codepoetics.fluvius.flows;
import com.codepoetics.fluvius.api.Flow;
import com.codepoetics.fluvius.api.functional.DoubleParameterStep;
import com.codepoetics.fluvius.api.scratchpad.Key;
/**
* The stage in the fluent API where we have captured the target key and two source keys of a Flow.
*
* @param The type of the first source key.
* @param The type of the second source key.
* @param
© 2015 - 2024 Weber Informatics LLC | Privacy Policy