package com.framsticks.util; /** * @author Piotr Sniegowski */ public interface UnaryFunctor { Ret call(Arg arg); }