package org.teachingextensions.approvals.lite.util.lambda; public interface Function1<In, Out> { public Out call(In i); }