Interface RevisionDataInput.ElementDeserializer<T>
-
- Type Parameters:
T- Type of the element to deserialize.
- Enclosing interface:
- RevisionDataInput
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface RevisionDataInput.ElementDeserializer<T>Defines a Function signature that can deserialize an element from a RevisionDataInput.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(RevisionDataInput dataInput)
-
-
-
Method Detail
-
apply
T apply(RevisionDataInput dataInput) throws java.io.IOException
- Throws:
java.io.IOException
-
-