package net.transit.impl; import net.transit.type.IType; public interface IConsumer> extends IAcceptor { public boolean canConsume(); }