T - Type of the element to deserialize.@FunctionalInterface
public static interface RevisionDataInput.ElementDeserializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(RevisionDataInput dataInput) |
T apply(RevisionDataInput dataInput) throws java.io.IOException
java.io.IOException