Stefan Richter created FLINK-7505: ------------------------------------- Summary: Use lambdas in suppressed exception idiom Key: FLINK-7505 URL: https://issues.apache.org/jira/browse/FLINK-7505 Project: Flink Issue Type: Improvement Components: State Backends, Checkpointing Affects Versions: 1.4.0 Reporter: Stefan Richter Assignee: Stefan Richter Priority: Trivial
We can use Java 8 lamdas for the suppressed exception idiom on loops to unify the code for all possible methods without parameters that throw exceptions, such as {{close()}}, {{dispose()}}, etc. -- This message was sent by Atlassian JIRA (v6.4.14#64029)