Uses of Interface
org.apache.commons.vfs2.function.VfsConsumer
Packages that use VfsConsumer
Package
Description
Functional interface types in the style of java.util.function.
-
Uses of VfsConsumer in org.apache.commons.vfs2.function
Methods in org.apache.commons.vfs2.function that return VfsConsumerModifier and TypeMethodDescriptiondefault VfsConsumer<T>
VfsConsumer.andThen
(VfsConsumer<? super T> after) Returns a composedConsumer
that performs, in sequence, this operation followed by theafter
operation.Methods in org.apache.commons.vfs2.function with parameters of type VfsConsumerModifier and TypeMethodDescriptiondefault VfsConsumer<T>
VfsConsumer.andThen
(VfsConsumer<? super T> after) Returns a composedConsumer
that performs, in sequence, this operation followed by theafter
operation.