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

net.servicestack.func.Reducer Maven / Gradle / Ivy

The newest version!
//  Copyright (c) 2013-present ServiceStack, Inc. All rights reserved.
//  License: https://servicestack.net/bsd-license.txt

package net.servicestack.func;

public interface Reducer {
    public E reduce(E prev, T item);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy