Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CC488200D29 for ; Thu, 26 Oct 2017 12:00:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CA745160BF2; Thu, 26 Oct 2017 10:00:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 458EA1609E8 for ; Thu, 26 Oct 2017 12:00:43 +0200 (CEST) Received: (qmail 99656 invoked by uid 500); 26 Oct 2017 10:00:42 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 99645 invoked by uid 99); 26 Oct 2017 10:00:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2017 10:00:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 785BEC6320 for ; Thu, 26 Oct 2017 10:00:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id YC_0WS729ByV for ; Thu, 26 Oct 2017 10:00:40 +0000 (UTC) Received: from n4.nabble.com (n4.nabble.com [162.253.133.72]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id AC8655FD8B for ; Thu, 26 Oct 2017 10:00:40 +0000 (UTC) Received: from mben.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id E128D1550956D for ; Thu, 26 Oct 2017 03:00:39 -0700 (MST) Date: Thu, 26 Oct 2017 03:00:39 -0700 (MST) From: Yury Babak To: dev@ignite.apache.org Message-ID: <1509012039920-0.post@n4.nabble.com> In-Reply-To: <1509009093966-0.post@n4.nabble.com> References: <1509009093966-0.post@n4.nabble.com> Subject: Re: serializable versions of java 8 functional interfaces MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 26 Oct 2017 10:00:44 -0000 Currently for ml we have the following interfaces: * IgniteBiConsumer * IgniteBiFunction * IgniteConsumer * IgniteDoubleFunction * IgniteFunction * IgniteIntDoubleToDoubleBiFunction * IgniteIntIntToIntBiFunction * IgniteTriFunction * IntDoubleToVoidFunction * IntIntToDoubleFunction So we could move at least some of those interfaces from ml module to core module. I mean not ml specific interfaces. Regards, Yury -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/