Package | Description |
---|---|
io.vertx.rxjava3.core.file |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<FileProps> |
FileProps.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
FileProps |
FileSystem.lpropsBlocking(String path)
Blocking version of
FileSystem.lprops(java.lang.String) |
static FileProps |
FileProps.newInstance(FileProps arg) |
FileProps |
FileSystem.propsBlocking(String path)
Blocking version of
FileSystem.props(java.lang.String) |
Modifier and Type | Method and Description |
---|---|
Single<FileProps> |
FileSystem.lprops(String path)
Obtain properties for the link represented by
path , asynchronously. |
Single<FileProps> |
FileSystem.props(String path)
Obtain properties for the file represented by
path , asynchronously. |
Single<FileProps> |
FileSystem.rxLprops(String path)
Obtain properties for the link represented by
path , asynchronously. |
Single<FileProps> |
FileSystem.rxProps(String path)
Obtain properties for the file represented by
path , asynchronously. |
Copyright © 2022 Eclipse. All rights reserved.