Uses of Interface
de.xima.fc.stage.IResourceCloseAction
-
Packages that use IResourceCloseAction Package Description de.xima.fc.stage -
-
Uses of IResourceCloseAction in de.xima.fc.stage
Methods in de.xima.fc.stage with parameters of type IResourceCloseAction Modifier and Type Method Description <A,U>
StageChain<U,R>StageChain. withResource(IResourceOpenFunction<? super T,? extends A> resource, IResourceCloseAction<? super A> close, BiFunction<? super T,? super A,? extends U> combiner)
When this chain has returned already: does nothing and returns a new chain that completes with the same return value.<A,U>
StageChain<U,R>StageChain. withResourceAsync(IResourceOpenFunction<? super T,? extends A> open, IResourceCloseAction<? super A> close, BiFunction<? super T,? super A,? extends U> combiner, Executor executor)
When this chain has returned already: does nothing and returns a new chain that completes with the same return value.
-