![JAR search and dependency download from the Maven repository](/logo.png)
com.kolibrifx.plovercrest.server.streams.folds.CombinatorStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plovercrest-server Show documentation
Show all versions of plovercrest-server Show documentation
Plovercrest server library.
The newest version!
/*
* Copyright (c) 2010-2017, KolibriFX AS. Licensed under the Apache License, version 2.0.
*/
package com.kolibrifx.plovercrest.server.streams.folds;
import java.util.Collection;
import com.kolibrifx.plovercrest.server.folds.FoldCombinator;
import com.kolibrifx.plovercrest.server.internal.folds.FoldCallback;
import com.kolibrifx.plovercrest.server.internal.folds.PeekableInputStream;
public interface CombinatorStrategy extends FoldCombinator {
boolean
tryConsumeNext(Collection extends PeekableInputStream extends T>> feeds, FoldCallback super T> cb);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy