ANONYMOUS FUNCTION Meaning in Japanese - translations and usage examples

[ə'nɒniməs 'fʌŋkʃn]
[ə'nɒniməs 'fʌŋkʃn]
匿名関数
匿名機能

Examples of using Anonymous function in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Use an anonymous function.
匿名機能を使えばいいだけ。
Lambda creates lambda function(anonymous function).
Lambdalambda関数を作成します(匿名関数)。
Creates a new anonymous function and assigns it to a variable.
新たな無名関数を作って、変数に代入する。
The difference, aside from avoiding an anonymous function, is that the m.
無名関数の使用を避ける以外の違いとしては、m。
An anonymous function is not bound to an identifier(it has no name).
無名関数は識別子に束縛されません。名前をもっていないため)。
Or using an anonymous function:.
あるいは匿名関数を使って:。
An anonymous function should be passed that then takes care of the actual call.
実際の呼び出しには匿名関数を渡すべきです。
You can just use an anonymous function.
匿名機能を使えばいいだけ。
To define an anonymous function in Elixir we need the fn and end keywords.
Elixirで匿名関数を定義するには、fnとendのキーワードが必要です。
Just as the name implies, an anonymous function has no name.
その名前が暗に示している通り、匿名関数は名前を持ちません。
Neither of these private items canbe accessed directly from outside the anonymous function.
これらはどちらも無名関数の外側からは直接アクセス出来ません。
Instead, create anonymous function and immediately execute it.
そこで、匿名の関数を用意して、即時実行します。
The goa DSL engine traverses this first set andruns embedded anonymous function(second pass).
GoaDSLエンジンは、この最初のセットを横断し埋め込まれた無名関数(2回目のパス)を実行します。
We will simply create an anonymous function, and execute it immediately.
そこで、匿名の関数を用意して、即時実行します。
This anonymous function also referred to as DSL in this document defines additional properties of the API.
ドキュメント内のこの無名関数もまたDSLであり、APIの追加のプロパティを定義しています。
Ready() I would method is mostly used with the anonymous function is a simple example below:.
準備ができて()メソッドは、主に匿名関数と一緒に使用するのですが、以下は簡単な例を示します。
Functions can be added using two strategies,returning a simple string or using an anonymous function.
関数は、単純な文字列を返すか、または無名関数を使用する2つの方法を使用して追加できます。
The shared environment is created in the body of an anonymous function, which is executed as soon as it has been defined.
この共有環境は、定義されるとすぐに実行される無名関数の本文で作成されています。
We will have our alex node spawn a link to the kate node andgive the kate node an anonymous function to execute.
Alexノードにkateノードへのリンクを作らせて、kateノードに匿名関数を実行させます。
The clause use in the anonymous function allows us to pass some variables from the global to local scope easily.
無名関数のuse句によって簡単にグローバルスコープからローカルスコープへ変数をいくつか渡すことができます。
If you want to maintain the moduleconfiguration in the bootstrap file you can use an anonymous function to register the module:.
モジュール設定をブートストラップファイルで整えたい場合、無名関数を使用してモジュールを登録することができます:。
The DSL() function returns this anonymous function so that the goa DSL engine may execute it in phase 2.
DSL()関数はこの無名関数を返すので、goaDSLエンジンはフェーズ2でそれを実行することができます。
In the example above the API functionaccepts the name of the API as first argument and an anonymous function as second argument.
上の例では、API関数は、第1引数として関数の名前を受け取り、第2引数として無名関数を受け取ります。
In the same respect, the code inside the anonymous function is not run immediately, as it is inside the function scope.
同様の点で、匿名関数内のコードは関数スコープ内にあるため、すぐには実行されません。
The anonymous function that gets passed to setTimeout now has a reference to e, whose value does not get changed by the loop.
Eを参照しているsetTimeoutを受け取った匿名関数はループによって値が変わる事がありません。
One common use of this feature is to pass an anonymous function as a callback to another, possibly an asynchronous function..
この機能で良く使われる一つとして匿名関数を他のオブジェクトにコールバックとして渡すというものがあり、これで非同期での実装が可能になります。
The API function declares our API, which takes two arguments:the name of the API and an anonymous function that defines additional properties.
API関数は、APIの名前と、追加のプロパティを定義する無名関数の2つの引数をとり、APIを宣言します。
But in this case, instead of calling an anonymous function containing some code, we are calling our function name directly.
しかしこの場合、コードを含む無名関数を呼び出す代わりに、関数名を直接呼び出しています。
Can be omitted, in which case the function becomes known as an anonymous function. param The name of an argument to be passed to the function..
省略する事ができ、その場合関数は無名関数と見なされます。param関数に渡される引数の名前です。
Results: 29, Time: 0.036

Word-for-word translation

Top dictionary queries

English - Japanese