Package | Description |
---|---|
org.apache.commons.vfs2.function |
Functional interface types in the style of java.util.function.
|
Modifier and Type | Method and Description |
---|---|
default VfsConsumer<T> |
VfsConsumer.andThen(VfsConsumer<? super T> after)
Returns a composed
Consumer that performs, in sequence, this operation followed by the after
operation. |
Modifier and Type | Method and Description |
---|---|
default VfsConsumer<T> |
VfsConsumer.andThen(VfsConsumer<? super T> after)
Returns a composed
Consumer that performs, in sequence, this operation followed by the after
operation. |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.