Uses of Interface
org.apache.commons.vfs2.function.VfsConsumer
-
Packages that use VfsConsumer Package Description org.apache.commons.vfs2.function 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 VfsConsumer Modifier and Type Method Description default VfsConsumer<T>VfsConsumer. andThen(VfsConsumer<? super T> after)Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in org.apache.commons.vfs2.function with parameters of type VfsConsumer Modifier and Type Method Description default VfsConsumer<T>VfsConsumer. andThen(VfsConsumer<? super T> after)Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.
-