What is the translation of " CLOSURE " in English? S

Examples of using Closure in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Capture đối tượng trong Swift closure.
Capturing objects in Swift closures.
Closure có thể nhận hơn 1 tham số.
Entries can have more than one accession number.
Sau đây là một ví dụ về closure.
Here is an example of a closing.
Closure cũng tương tự như block trong C và Objective- C.
Closures in Swift are similar to blocks in C and Objective-C.
Global functions là closure, có tên và không thể" capture value".
Global functions are closures that have a name, and do not capture any values.
Mặc dù giới hạn nàynhưng chúng ta có thể tuyên bố rằng Java 8 thực thi Closure.
Despite this limitation,we can state that Java 8 implements closures.
Nhưng khi tôi cố xác định và sử dụng closure trong thực tế, tôi cảm thấy bối rối.
But when I tried to identify and use closures in practice, I would find myself stumped.
Closure có thể được sử dụng để implement privacy và tạo ra các function factory.
Closures can be used for things like implementing privacy and creating function factories.
Bây giờ bạn có thể gọi hàm này như thể nó là đối số dạngString thay vì là 1 closure.
Now you can call the function as ifit took a String argument instead of a closure.
Nếu không muốn sử dụng nhiều closure, có thể dùng từ khóa let được giới thiệu trong ES2015.
If you don't want to use more closures, you can use the let keyword introduced in ES2015.
Closure là một tập tất cả các variable trong Scope tại thời điểm tạo ra Function.
The closure is a collection of all the variables in scope at the time of creation of the function.
Khi lần đầu tiên tôi học về closure, tôi mất nhiều tuần để có thể thực sự hiểu khái niệm đó.
When I first learned about closures, it took me many weeks to truly understand the concept.
Closure là một chức năng có quyền truy cập vào phạm vi cha, ngay cả sau khi scope đã đóng.
A closure is a function that can access the scope of its parent function even when the parent scope has been closed.
Trong ví dụ của tôi, tôi đọc, theo nghĩa đen, mọi bài blog,bài viết trên Stack Overflow và đặc tả trên mạng về closure.
In my example, I read literally every blog post, Stack Overflow post,and spec on the internet about closures.
Closure có thể hiểu là những hàm ghi nhớ“ môi trường” nơi mà nó tạo ra.
In other words, the function defined in the closure‘remembers' the environment in which it was created.
Trong những ngôn ngữ với“ first- class functions”, đặc biệt với closure, đây là cách phổ biến để thực hiện Observer pattern.
In languages with first-class functions, and especially ones with closures, this is a much more common way to do observers.
Closure trong JavaScript giống như giữ một bản sao của tất cả các biến địa phương.
A closure in JavaScript is like keeping a copy of the all the local variables, just as they were when a function exited.
Có nghĩa là bạn cần cẩn thận khi cập nhật giao diện ngườidùng của ứng dụng từ bên trong một closure do CloudKit gọi.
This means that you need to be carefulwhen updating the user interface of your application from within a closure invoked by CloudKit.
Một closure ghi nhớ các giá trị( biến) từ lexical scope của nó, mặc dù chương trình không còn trong scope đó nữa.
A closure remembers the values from its enclosing lexical scope even when the program flow is no longer in that scope.
Chú ý rằng những quy tắc trên còn được áp dụng khi một closure được sử dụng trục tiếp như một argument trong một lời gọi hàm hay method.
Note that the above rules still apply when a closure is used directly as a parameter to a function or method call.
Hãy nhớ rằng Closure một chức năng có quyền truy cập vào phạm vi cha, ngay cả sau khi phạm vi đã đóng.
You can see a closure as a function that has access to its parent scope, even after the parent function has been closed.
Mọi thứ tôi đọc và trải nghiệm đã cho tôi một góc nhìn mới, đến cuối cùng, tôi đã có mộtbức tranh toàn cảnh về cách closure hoạt động.
Everything I read and experimented with gave me a new perspective, until eventually,I had a 360-degree mental picture of how closures worked.
Trailing closure rất hữu ích khi hàm closure đủ dài để không thể viết hết trên 1 dòng.
Trailing closures are most useful when the closure is sufficiently long that it is not possible to write it inline on a single line.
Nhưng ngay khi một biến được sử dụng bởi bất kỳ một closure nào, nó kết thúc trong môi trường lexical được chia sẻ bởi tất cả closure trong scope đó.
But as soon as a variable is used by any closure, it ends up in the lexical environment shared by all closures in that scope.
Closure là 1 funtion mà giá trị trả về của nó thay đổi bởi 1 hoặc nhiều variables được định nghĩa ở bên ngoài function.
A closure is a function, whose return value depends on the value of one or more variables declared outside this function.
Trong Swift, dạng đơn giản nhất của closure có thể nắm bắt được các giá trị là hàm lông nhau, được viết trong thân của 1 hàm khác.
In Swift, the simplest form of a closure that can capture values is a nested function, written within the body of another function.
Nếu closure không bao giờ được gọi, biểu thức bên trong sẽ không bao giờ được thực thi, cũng có nghĩa là phần tử của mảng sẽ không bao giờ bị xóa.
If the closure is never called,the expression inside the closure is never evaluated, which means the array element is never removed.
Để hỗ trợ kiểu Closure này, Java nên lưu các phạm vi đóng trong bộ nhớ Heap và cho phép chúng tồn tại sau khi hàm kết thúc.
To support this type of closures, Java should save the enclosing scopes in the heap to let them survive after the function's termination.
Closure là 1 funtion mà giá trị trả về của nó thay đổi bởi 1 hoặc nhiều variables được định nghĩa ở bên ngoài function.
The closure is a function in Scala where the return value of the function depends on the value of one or more variables that have been declared outside the function.
Tuy nhiên với closure expression, tham số và kiểu trả về được viết trong dấu ngoặc nhọn, không phải bên ngoài chúng.
However, for the inline closure expression, the parameters and return type are written inside the curly braces, not outside of them.
Results: 236, Time: 0.0505
S

Synonyms for Closure

Top dictionary queries

Vietnamese - English