Uses of Interface
com.ensarsarajcic.neovim.java.rxapi.NeovimBufferRxApi
-
-
Uses of NeovimBufferRxApi in com.ensarsarajcic.neovim.java.rxapi
Classes in com.ensarsarajcic.neovim.java.rxapi that implement NeovimBufferRxApi Modifier and Type Class Description classNeovimBufferRxWrapperMethods in com.ensarsarajcic.neovim.java.rxapi that return types with arguments of type NeovimBufferRxApi Modifier and Type Method Description io.reactivex.Single<NeovimBufferRxApi>NeovimWindowRxApi. getBuffer()io.reactivex.Single<NeovimBufferRxApi>NeovimWindowRxWrapper. getBuffer()io.reactivex.Single<java.util.List<NeovimBufferRxApi>>NeovimRxApi. getBuffers()io.reactivex.Single<java.util.List<NeovimBufferRxApi>>NeovimRxWrapper. getBuffers()io.reactivex.Single<NeovimBufferRxApi>NeovimRxApi. getCurrentBuffer()io.reactivex.Single<NeovimBufferRxApi>NeovimRxWrapper. getCurrentBuffer()
-