package com.googlecode.totallylazy.functions; public interface Associative<T> extends Binary<T> { }