LAMBDA EXPRESSION 日本語 意味 - 日本語訳 - 英語の例文

英語 での Lambda expression の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Filtering using lambda expression.
ラムダ式を使ったフィルタ。
Lambda expression is a sequence^, variables.
ラムダ式は^、変数名のリスト、。
OrderBy descending in Lambda expression?
OrderByはラムダ式で降順ですか?
No lambda expressions or other Java 8 language features.
Lambda式または他のJava8言語機能はありません。
Where do I mark a lambda expression async?
どこでラムダ式を非同期にするのですか?
The lambda expression is also useful for Channel, Job and timer:.
ラムダ式は、チャンネル、ジョブ、タイマーを使う際にも有用である:。
Retrieving Property name from lambda expression.
ラムダ式からプロパティ名を取得する。
Lambda expression was one of the key features of Java 8.
ラムダ式(LambdasExpressions)の導入はJava8のもう一つの重要な特徴です。
Cannot use ref or out parameter in lambda expressions.
ラムダ式でrefまたはoutパラメータを使用することはできません。
The body of the lambda expression is an expr1 and not a sequence of Ex.
ラムダ式の本体は単一の式_expr1_であり、_Ex_コマンド列ではない。
From Java 8,we can write the same thing using a lambda expression:.
Java8からはLambdaExpressionを用いて以下で書ける:。
A lambda expression is a list represented by Cell when it is read by the interpreter.
ラムダ式は入力された時点ではCellで表現されたリストである。
In Java 8 it would be possible to pass a lambda expression to forEach().
Java8では、ラムダ式をforEach()に渡すことが可能です。
Java Lambda expression is one of the most important addition in Java 8.
ラムダ式(LambdasExpressions)の導入はJava8のもう一つの重要な特徴です。
In Java 8 it would be possible to pass a lambda expression to forEach().
Java8では、ラムダ式をforEach()に渡すことができます。
Lambda Expression Lambda expressions is one of the several features introduced in Java 8.
ラムダ式(LambdasExpressions)の導入はJava8のもう一つの重要な特徴です。
Reflecting parameter name: abuse of C lambda expressions or Syntax brilliance?
パラメータ名の反映:Cラムダ式の乱用または構文の輝き?
Because the variable n is captured by value,its value remains 0 after the call to the lambda expression.
変数nは値でキャプチャされるため、ラムダ式呼び出しの後も値は0のまま残ります。
The environment in effect when the lambda expression was evaluated is remembered as part of the procedure.
Lambda式の評価された時に有効な環境は手続きの一部として記憶される。
One unique aspect of Scalais that it accepts a partial function where a lambda expression is expected.
Scalaに特徴的なのはラムダ式が期待されている所に部分関数(partialfunction)を渡すことができることだ。
A local variable used in a lambda expression must be final or effectively final.
コンパイルエラーになる)ラムダ式内部で外側の変数を使う場合は、その変数はfinalもしくは実質的finalでなければならない。
Much like C and VB, C++ developers targeting Windows 8should familiarize themselves with the new async patterns and lambda expression syntax.
CやVBの場合と同じように,Windows8をターゲットとするC++開発者も,新しい非同期パターンやラムダ式の構文には習熟する必要がある。
One thing missing from the lambda expression syntax presented above is the ability to specify the return type of the function.
上記のラムダ式の構文から一つ欠落しているのは、関数の戻り値の型を指定する機能です。
Alternatively, a key function can be built from a lambda expression such as lambda r:(r[0], r[2]).
あるいは、lambdar:(r[0],r[2])のようなlambda式からキー関数を作ることができます。
The first is a lambda expression to apply on each list item, and the second is the collection to apply the lambda expression.
つ目はラムダ関数を利用してリストの各要素に適用するコードブロックで、2つ目はラムダ関数を適用するコレクションです。
An empty capture clause,[], indicates that the body of the lambda expression accesses no variables in the enclosing scope.
空のキャプチャ句[]は、ラムダ式の本体が外側のスコープ内の変数にアクセスしないことを示します。
The error is“lambda expression local variable d cannot declare another local variable defined in an enclosing scope”.
コンパイラは、"Lambdaexpression'sparameterncannotredeclare anotherlocalvariabledefinedinanenclosingscope."というエラーを吐く。
A lambda expression is always surrounded by curly braces, parameter declarations in the full syntactic form go inside curly braces and have optional type annotations, the body goes after an-gt; sign.
ラムダ式は常に中括弧で囲まれ、完全な構文形式のパラメータ宣言はカッコ内にあり、型注釈を持つことができ、本体は-gt;記号の後に置かれます。
If such a lambda expression happens to be the body of some tail recursive function, its tail recursive call will be back to the same level of nesting of its first call.
もしもこのラムダ式がたまたま末尾再帰関数の関数本体だったならば,末尾再帰呼び出しで,元の関数呼び出しと同じ呼び出し深さに戻されます。
結果: 29, 時間: 0.0325

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語