You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of v5.1, Spring Batch provides an adapter for java.util.function.Function to an item processor. This is the only adapter available in the library for now. The goal of this feature request is to enrich the package with adapters for:
java.util.function.Supplier as item reader
java.util.function.Consumer as item writer
java.util.function.Predicate as a filtering item processor
The text was updated successfully, but these errors were encountered:
As of v5.1, Spring Batch provides an adapter for
java.util.function.Function
to an item processor. This is the only adapter available in the library for now. The goal of this feature request is to enrich the package with adapters for:java.util.function.Supplier
as item readerjava.util.function.Consumer
as item writerjava.util.function.Predicate
as a filtering item processorThe text was updated successfully, but these errors were encountered: