Uses of Interface
org.apache.ignite.internal.processors.platform.utils.PlatformWriterBiClosure
-
Packages that use PlatformWriterBiClosure Package Description org.apache.ignite.internal.processors.platform.utils -
-
Uses of PlatformWriterBiClosure in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformWriterBiClosure Modifier and Type Method Description static <K,V>
voidPlatformUtils. writeMap(BinaryRawWriterEx writer, Map<K,V> map, @Nullable PlatformWriterBiClosure<K,V> writeClo)Write nullable map to the writer.
-