package com.googlecode.totallylazy.transducers; public interface Subject<T> extends Sender<T>, Receiver<T> { }