package ru.bclib.api.datafixer; @FunctionalInterface public interface PatchBiFunction { R apply(U t, V v, MigrationProfile profile) throws PatchDidiFailException; }