6 lines
No EOL
175 B
Java
6 lines
No EOL
175 B
Java
package ru.bclib.api.datafixer;
|
|
|
|
@FunctionalInterface
|
|
public interface PatchBiFunction<U, V, R> {
|
|
R apply(U t, V v, MigrationProfile profile) throws PatchDidiFailException;
|
|
} |