package ru.bclib.api.datafixer; @FunctionalInterface public interface PatchFunction { R apply(T t, MigrationProfile profile) throws PatchDidiFailException; }