package net.ciklum.icfpc11.domain.greenspoon10 /** * blabla * @author vic */ @Typed interface MultiArgFunction { Function evaluate(List args) }