bytedeco/javacpp

C++ and Java lambda support?

Open

#380 aberto em 19 de fev. de 2020

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)Java (620 forks)batch import
enhancementhelp wantedquestion

Métricas do repositório

Stars
 (4.279 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I want to ask a question. Can Java lambda expressions be used with C++ versions of Lambda expressions (i.e. std::function)? Moreover, the "wrapping" in one direction and the other?

javaCb(cppLm)
cppCb(javaLm)

Guia do colaborador