package org.teachingextensions.approvals.lite.util.lambda; public interface Function0<Out> { public Out call(); }