Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFEE5184CE for ; Tue, 7 Jul 2015 00:53:05 +0000 (UTC) Received: (qmail 84567 invoked by uid 500); 7 Jul 2015 00:53:05 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 84511 invoked by uid 500); 7 Jul 2015 00:53:05 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 84247 invoked by uid 500); 7 Jul 2015 00:53:05 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 84244 invoked by uid 99); 7 Jul 2015 00:53:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 00:53:05 +0000 Date: Tue, 7 Jul 2015 00:53:05 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CRUNCH-538) Add support for Java lambdas to PCollection/PTable methods MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Wills created CRUNCH-538: --------------------------------- Summary: Add support for Java lambdas to PCollection/PTable methods Key: CRUNCH-538 URL: https://issues.apache.org/jira/browse/CRUNCH-538 Project: Crunch Issue Type: Improvement Components: Core Affects Versions: 0.12.0 Reporter: Josh Wills Assignee: Josh Wills Fix For: 0.13.0 Java 8 is more-or-less mainstream at this point, and lambdas are one of its best new features. Let's add lambda-friendly interfaces and methods to the PCollection/PTable classes modeled after the methods defined for Scrunch. -- This message was sent by Atlassian JIRA (v6.3.4#6332)