Replace com.google.common.base.Function with java.util.function.Function

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=179249159
This commit is contained in:
guyben
2017-12-27 11:08:55 -05:00
committed by Ben McIlwain
parent d538dca2e0
commit 8157928a35
53 changed files with 424 additions and 399 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
package google.registry.request;
import com.google.auto.value.AutoValue;
import com.google.common.base.Function;
import java.util.function.Function;
/**
* Mapping of an {@link Action} to a {@link Runnable} instantiator for request handling.