Uses of Interface
org.apache.ignite.internal.processors.platform.utils.PlatformReaderClosure
-
Packages that use PlatformReaderClosure Package Description org.apache.ignite.internal.processors.platform.utils -
-
Uses of PlatformReaderClosure in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformReaderClosure Modifier and Type Method Description static <T> List<T>PlatformUtils. readCollection(BinaryRawReaderEx reader, @Nullable PlatformReaderClosure<T> readClo)Read collection.static <T> List<T>PlatformUtils. readNullableCollection(BinaryRawReaderEx reader, @Nullable PlatformReaderClosure<T> readClo)Read nullable collection.
-