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

com.kolibrifx.plovercrest.server.folds.FoldCombinator Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2010-2017, KolibriFX AS. Licensed under the Apache License, version 2.0.
 */

package com.kolibrifx.plovercrest.server.folds;

/**
 * Marker interface for a fold combinator, which decides the details of how input sources are merged
 * before they are passed to a fold. See {@link FoldCombinators} for more details.
 * 
 * @see FoldCombinators#historical()
 * @see FoldCombinators#live()
 */
public interface FoldCombinator {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy