[
https://issues.apache.org/jira/browse/FLINK-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kostas Tzoumas reassigned FLINK-701:
------------------------------------
Assignee: Kostas Tzoumas
> Change new Java API functions to SAMs
> -------------------------------------
>
> Key: FLINK-701
> URL: https://issues.apache.org/jira/browse/FLINK-701
> Project: Flink
> Issue Type: Improvement
> Components: Java API
> Reporter: GitHub Import
> Assignee: Kostas Tzoumas
> Labels: github-import
> Fix For: pre-apache
>
>
> In order to support a compact syntax with Java 8 Lambdas, we would need to
> change the types of the functions to Single Abstract Method types (SAMs).
> Only those can be implemented by Lambdas.
> That means that DataSet.map(MapFunction) would accept an interface
> MapFunction, not the abstract class that we use now. Many UDFs would not
> inherit form `AbstractFunction` any more. The inheritance from
> AbstractFunction would be optional, if life cycle methods (open / close) and
> runtime contexts are needed.
> This may have also implications on the type extraction, as the generic
> parameters are in generic superinterfaces, rather than in generic
> superclasses.
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/stratosphere/stratosphere/issues/701
> Created by: [StephanEwen|https://github.com/StephanEwen]
> Labels: enhancement, java api, user satisfaction,
> Milestone: Release 0.6 (unplanned)
> Created at: Thu Apr 17 13:06:40 CEST 2014
> State: open
--
This message was sent by Atlassian JIRA
(v6.2#6252)