package com.googlecode.totallylazy.functions; public interface CurriedCombiner<T,R> extends CurriedReducer<T,R>, Combiner<T,R> { }