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

com.opencredo.concourse.domain.state.StateBuilder Maven / Gradle / Ivy

package com.opencredo.concourse.domain.state;

import com.opencredo.concourse.domain.events.channels.EventOutChannel;

import java.util.Optional;
import java.util.function.Supplier;

public interface StateBuilder extends EventOutChannel, Supplier> {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy