You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stefan Richter (JIRA)" <ji...@apache.org> on 2017/08/24 15:32:00 UTC

[jira] [Created] (FLINK-7505) Use lambdas in suppressed exception idiom

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)