{"id":14639,"date":"2026-08-10T11:16:42","date_gmt":"2026-08-10T11:16:42","guid":{"rendered":"https:\/\/nokobox.com\/index.php\/item\/udemy-lambdas-in-java-from-zero-to-hero-2021-3\/"},"modified":"2026-08-10T11:16:42","modified_gmt":"2026-08-10T11:16:42","slug":"udemy-lambdas-in-java-from-zero-to-hero-2021-3","status":"publish","type":"digital_item","link":"https:\/\/nokobox.com\/index.php\/item\/udemy-lambdas-in-java-from-zero-to-hero-2021-3\/","title":{"rendered":"Udemy \u2013 Lambdas in Java \u2013 From Zero to Hero 2021-3"},"content":{"rendered":"<div class=\"w-post-elm post_content\">\n<h2><span dir=\"auto\" style=\"vertical-align: inherit\">Description<\/span><\/h2>\n<p data-path-to-node=\"4\"><span dir=\"auto\" style=\"vertical-align: inherit\">Lambdas in Java \u2013 From Zero to Hero. This course is known as one of the most comprehensive training courses that specifically addresses the topic of Lambdas and Streams introduced in Java 8. This training is designed for developers who want to improve their coding skills and write very short, readable and optimized code using modern features. The present course explains complex Java concepts in the simplest possible way, relying on numerous real-world projects and examples. The educational structure is such that it analyzes the basic fundamentals such as design patterns and why lambda expressions are needed, and then leads to an examination of Java\u2019s internal behaviors. In this course, developers learn how to analyze bytecode with the javap tool and become familiar with the role of internal commands such as invokedynamic. In addition to the theoretical topics, the presence of numerous exercises with complete answers at the end of each section helps students gain the confidence to implement these concepts in commercial projects. With years of specialized experience in the software industry, the course instructor shares the best coding patterns and system performance optimization tricks so that learners are fully prepared for job interviews and technical challenges. This course uses modern versions of the JDK, but the main focus remains on the transformative features of Java version 8. Also, full support is available to answer students\u2019 questions 24\/7.<\/span><\/p>\n<h3 data-path-to-node=\"7\"><span dir=\"auto\" style=\"vertical-align: inherit\">What you will learn<\/span><\/h3>\n<ul>\n<li data-path-to-node=\"8,0,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Basic concepts and principles of architecture:<\/span><\/li>\n<li data-path-to-node=\"8,0,1,0,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Understanding the Strategy Pattern and solving problems with Anonymous Classes.<\/span><\/li>\n<li data-path-to-node=\"8,0,1,1,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Why you need Lambda expressions and how they help you write concise code.<\/span><\/li>\n<li data-path-to-node=\"8,0,1,2,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Introduction to Higher-order Functions.<\/span><\/li>\n<li data-path-to-node=\"8,1,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">In-depth review and internal structure:<\/span><\/li>\n<li data-path-to-node=\"8,1,1,0,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Understand how lambda expressions are implemented behind the scenes in the compiler.<\/span><\/li>\n<li data-path-to-node=\"8,1,1,1,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Examine bytecodes with the javap tool and understand the role of the invokedynamic command.<\/span><\/li>\n<li data-path-to-node=\"8,1,1,2,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Familiarity with the concepts of Method Handles and Method References.<\/span><\/li>\n<li data-path-to-node=\"8,2,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Functional interfaces and libraries:<\/span><\/li>\n<li data-path-to-node=\"8,2,1,0,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Learn how to use and apply common functional interfaces such as Predicate, Function, Supplier, Consumer, and BiConsumer.<\/span><\/li>\n<li data-path-to-node=\"8,2,1,1,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Examine how these interfaces are used internally in the core JDK libraries.<\/span><\/li>\n<li data-path-to-node=\"8,2,1,2,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Working with Function Composition and a comprehensive review of the Comparator interface.<\/span><\/li>\n<li data-path-to-node=\"8,3,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Working with Stream API and piping operations:<\/span><\/li>\n<li data-path-to-node=\"8,3,1,0,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Mastery of various methods such as filter, map, collect, sorted, and distinct.<\/span><\/li>\n<li data-path-to-node=\"8,3,1,1,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Understand the important features of a Stream and the correct use of the Optional API.<\/span><\/li>\n<li data-path-to-node=\"8,3,1,2,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Introduction to short-circuiting and data pipeline operations.<\/span><\/li>\n<li data-path-to-node=\"8,3,1,3,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Understand the use of Primitive Streams and Reduction operations.<\/span><\/li>\n<li data-path-to-node=\"8,3,1,4,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Detailed review of the Collectors API, the flatMap method, and methods for constructing Streams.<\/span><\/li>\n<li data-path-to-node=\"8,4,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Parallel processing and tools:<\/span><\/li>\n<li data-path-to-node=\"8,4,1,0,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Review of Parallel Streams, Moore\u2019s law, and parallel execution infrastructures.<\/span><\/li>\n<li data-path-to-node=\"8,4,1,1,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Understand the role of Spliterator in data separation and how reduce operations work in parallel streams.<\/span><\/li>\n<li data-path-to-node=\"8,4,1,2,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Learning how to debug and visualize flows in Eclipse and IntelliJ environments.<\/span><\/li>\n<\/ul>\n<h3 data-path-to-node=\"10\"><span dir=\"auto\" style=\"vertical-align: inherit\">This course is suitable for people who:<\/span><\/h3>\n<ul>\n<li data-path-to-node=\"11,0,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Java Developers: People who want to gain a comprehensive understanding of Lambdas and Streams introduced in Java 8.<\/span><\/li>\n<li data-path-to-node=\"11,1,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Programmers who want to optimize: Those who want to write cleaner, shorter, and more efficient code.<\/span><\/li>\n<li data-path-to-node=\"11,2,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Job interview candidates: Professionals who want to learn advanced functional thinking concepts in Java to succeed in employment exams.<\/span><\/li>\n<li data-path-to-node=\"11,3,0\"><span dir=\"auto\" style=\"vertical-align: inherit\">Software Engineers: Programmers seeking a deep understanding of bytecode architecture and the internal structure of the Java Virtual Machine (JVM).<\/span><\/li>\n<\/ul>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit\">Lambdas in Java \u2013 From Zero to Hero Course Details<\/span><\/h3>\n<ul>\n<li><span dir=\"auto\" style=\"vertical-align: inherit\">Publisher:&nbsp; <\/span><a href=\"https:\/\/href.li\/?https:\/\/www.udemy.com\/course\/lambdas-streams-in-java-zero-to-hero\/?couponCode=KEEPLEARNING\" target=\"_blank\" rel=\"noopener\"><span dir=\"auto\" style=\"vertical-align: inherit\">Udemy<\/span><\/a><\/li>\n<li><span dir=\"auto\" style=\"vertical-align: inherit\">Instructor:&nbsp; <\/span><a class=\"ud-btn ud-btn-medium ud-btn-link ud-btn-text-sm ud-text-sm instructor-display-module-scss-module__-KB2AG__instructor-link\" href=\"https:\/\/downloadlynet.ir\/tag\/ajay-iyengar\/\" data-position=\"1\"><span class=\"ud-btn-label\"><span dir=\"auto\" style=\"vertical-align: inherit\">Ajay Iyengar<\/span><\/span><\/a><\/li>\n<li><span dir=\"auto\" style=\"vertical-align: inherit\">Training level: Beginner to advanced<\/span><\/li>\n<li><span dir=\"auto\" style=\"vertical-align: inherit\">Training duration: 18 hours and 10 minutes<\/span><\/li>\n<li><span dir=\"auto\" style=\"vertical-align: inherit\">Number of lessons: 163<\/span><\/li>\n<\/ul>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit\">Course syllabus in 2025\/8<\/span><\/h3>\n<h3><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1039439 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2026\/06\/Lambdas-in-Java-From-Zero-to-Hero-1.png\" alt=\"Lambdas in Java - From Zero to Hero\" width=\"933\" height=\"864\"><\/h3>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit\">Prerequisites for the Lambdas in Java \u2013 From Zero to Hero course<\/span><\/h3>\n<ul>\n<li dir=\"ltr\" style=\"text-align: left\"><span dir=\"auto\" style=\"vertical-align: inherit\">Some (intermediate level) programming experience with Java<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span dir=\"auto\" style=\"vertical-align: inherit\">A computer with the latest JDK and an IDE<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span dir=\"auto\" style=\"vertical-align: inherit\">You need not have any experience with Lambdas and Streams since we start from the basics<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span dir=\"auto\" style=\"vertical-align: inherit\">Desire to learn while still enjoying a few jokes!<\/span><\/li>\n<\/ul>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\">&nbsp;<\/div>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit\">Course images<\/span><\/h3>\n<h3><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1039440 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2026\/06\/Lambdas-in-Java-From-Zero-to-Hero.png\" alt=\"Lambdas in Java - From Zero to Hero\" width=\"807\" height=\"338\"><\/h3>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit\">Sample course video<\/span><\/h3>\n<div style=\"width: 640px;\" class=\"wp-video\"><span class=\"mejs-offscreen\">Video Player<\/span><\/p>\n<div id=\"mep_0\" class=\"mejs-container mejs-container-keyboard-inactive wp-video-shortcode mejs-video\" tabindex=\"0\" role=\"application\" aria-label=\"Video Player\" style=\"width: 640px; height: 360px; min-width: 217px;\">\n<div class=\"mejs-inner\">\n<div class=\"mejs-mediaelement\"><mediaelementwrapper id=\"video-195543-1\"><video class=\"wp-video-shortcode\" id=\"video-195543-1_html5\" width=\"640\" height=\"360\" preload=\"metadata\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Lambdas_in_Java_From_Zero_to_Hero_Downloadly.ir.mp4?_=1\" style=\"width: 640px; height: 360px;\"><source type=\"video\/mp4\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Lambdas_in_Java_From_Zero_to_Hero_Downloadly.ir.mp4?_=1\"><a href=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Lambdas_in_Java_From_Zero_to_Hero_Downloadly.ir.mp4?nocache=1786178631509\">https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Lambdas_in_Java_From_Zero_to_Hero_Downloadly.ir.mp4<\/a><\/video><\/mediaelementwrapper><\/div>\n<div class=\"mejs-layers\">\n<div class=\"mejs-poster mejs-layer\" style=\"display: none; width: 100%; height: 100%;\"><\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-loading\"><span class=\"mejs-overlay-loading-bg-img\"><\/span><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-error\"><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer mejs-overlay-play\" style=\"width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-button\" role=\"button\" tabindex=\"0\" aria-label=\"Play\" aria-pressed=\"false\"><\/div>\n<\/div>\n<\/div>\n<div class=\"mejs-controls\">\n<div class=\"mejs-button mejs-playpause-button mejs-play\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Play\" aria-label=\"Play\" tabindex=\"0\"><\/button><\/div>\n<div class=\"mejs-time mejs-currenttime-container\" role=\"timer\" aria-live=\"off\"><span class=\"mejs-currenttime\">00:00<\/span><\/div>\n<div class=\"mejs-time-rail\"><span class=\"mejs-time-total mejs-time-slider\" role=\"slider\" tabindex=\"0\" aria-label=\"Time Slider\" aria-valuemin=\"0\" aria-valuemax=\"0\" aria-valuenow=\"0\" aria-valuetext=\"00:00\"><span class=\"mejs-time-buffering\" style=\"display: none;\"><\/span><span class=\"mejs-time-loaded\"><\/span><span class=\"mejs-time-current\"><\/span><span class=\"mejs-time-hovered no-hover\"><\/span><span class=\"mejs-time-handle\"><span class=\"mejs-time-handle-content\"><\/span><\/span><span class=\"mejs-time-float\"><span class=\"mejs-time-float-current\">00:00<\/span><span class=\"mejs-time-float-corner\"><\/span><\/span><\/span><\/div>\n<div class=\"mejs-time mejs-duration-container\"><span class=\"mejs-duration\">00:00<\/span><\/div>\n<div class=\"mejs-button mejs-volume-button mejs-mute\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Mute\" aria-label=\"Mute\" tabindex=\"0\"><\/button><a href=\"javascript:void(0);\" class=\"mejs-volume-slider\" aria-label=\"Volume Slider\" aria-valuemin=\"0\" aria-valuemax=\"100\" role=\"slider\" aria-orientation=\"vertical\"><span class=\"mejs-offscreen\">Use Up\/Down Arrow keys to increase or decrease volume.<\/span><\/p>\n<div class=\"mejs-volume-total\">\n<div class=\"mejs-volume-current\" style=\"bottom: 0px; height: 100%;\"><\/div>\n<div class=\"mejs-volume-handle\" style=\"bottom: 100%; margin-bottom: -3px;\"><\/div>\n<\/div>\n<p><\/a><\/div>\n<div class=\"mejs-button mejs-fullscreen-button\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Fullscreen\" aria-label=\"Fullscreen\" tabindex=\"0\"><\/button><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit\">Installation Guide<\/span><\/h3>\n<p><span dir=\"auto\" style=\"vertical-align: inherit\">After Extract, view with your favorite player.<\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit\">Subtitles: English<\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit\">Quality: 720p<\/span><\/p>\n<\/div>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit\">Download link<\/span><\/h3>\n<h4><strong>Downloadly<\/strong><\/h4>\n<p><a href=\"https:\/\/dl4.downloadly.ir\/Files\/Elearning\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part01_Downloadly.ir.rar?nocache=1786178630\"><span dir=\"auto\" style=\"vertical-align: inherit\">Download Part 1 \u2013 1 GB<\/span><\/a><\/p>\n<p><a href=\"https:\/\/dl4.downloadly.ir\/Files\/Elearning\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part02_Downloadly.ir.rar?nocache=1786178630\"><span dir=\"auto\" style=\"vertical-align: inherit\">Download Part 2 \u2013 1 GB<\/span><\/a><\/p>\n<p><a href=\"https:\/\/dl4.downloadly.ir\/Files\/Elearning\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part03_Downloadly.ir.rar?nocache=1786178630\"><span dir=\"auto\" style=\"vertical-align: inherit\">Download Part 3 \u2013 1 GB<\/span><\/a><\/p>\n<p><a href=\"https:\/\/dl4.downloadly.ir\/Files\/Elearning\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part04_Downloadly.ir.rar?nocache=1786178630\"><span dir=\"auto\" style=\"vertical-align: inherit\">Download Part 4 \u2013 1 GB<\/span><\/a><\/p>\n<p><a href=\"https:\/\/dl4.downloadly.ir\/Files\/Elearning\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part05_Downloadly.ir.rar?nocache=1786178630\"><span dir=\"auto\" style=\"vertical-align: inherit\">Download Part 5 \u2013 1 GB<\/span><\/a><\/p>\n<p><a href=\"https:\/\/dl4.downloadly.ir\/Files\/Elearning\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part06_Downloadly.ir.rar?nocache=1786178630\"><span dir=\"auto\" style=\"vertical-align: inherit\">Download Part 6 \u2013 1 GB<\/span><\/a><\/p>\n<p><a href=\"https:\/\/dl4.downloadly.ir\/Files\/Elearning\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part07_Downloadly.ir.rar?nocache=1786178630\"><span dir=\"auto\" style=\"vertical-align: inherit\">Download Part 7 \u2013 907 MB<\/span><\/a><\/p>\n<h4 dir=\"ltr\"><strong>Rapidgator<\/strong><\/h4>\n<p><a href=\"https:\/\/rapidgator.net\/file\/9b2726e2b2d7628590a9cacc1cdc9278\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part01_Downloadly.ir.rar.html\" target=\"_blank\" rel=\"noopener\">Download Part 1 \u2013 1 GB<\/a><\/p>\n<p><a href=\"https:\/\/rapidgator.net\/file\/b85a72ed266b99145e22459d65334435\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part02_Downloadly.ir.rar.html\" target=\"_blank\" rel=\"noopener\">Download Part 2 \u2013 1 GB<\/a><\/p>\n<p><a href=\"https:\/\/rapidgator.net\/file\/e493adf1f29f31cd5861db8aa11d0f9d\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part03_Downloadly.ir.rar.html\" target=\"_blank\" rel=\"noopener\">Download Part 3 \u2013 1 GB<\/a><\/p>\n<p><a href=\"https:\/\/rapidgator.net\/file\/b0b56484f96b605242fc66df8fcb483e\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part04_Downloadly.ir.rar.html\" target=\"_blank\" rel=\"noopener\">Download Part 4 \u2013 1 GB<\/a><\/p>\n<p><a href=\"https:\/\/rapidgator.net\/file\/37347889c985c021cd0c7db4bf8b91c5\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part05_Downloadly.ir.rar.html\" target=\"_blank\" rel=\"noopener\">Download Part 5 \u2013 1 GB<\/a><\/p>\n<p><a href=\"https:\/\/rapidgator.net\/file\/f081c1f607a0b1105e919fe62ef6cd39\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part06_Downloadly.ir.rar.html\" target=\"_blank\" rel=\"noopener\">Download Part 6 \u2013 1 GB<\/a><\/p>\n<p><a href=\"https:\/\/rapidgator.net\/file\/3918a4c830f8be9012ac1de3841da900\/Udemy_Lambdas_in_Java_From_Zero_to_Hero_2021-3.part07_Downloadly.ir.rar.html\" target=\"_blank\" rel=\"noopener\">Download Part 7 \u2013 970 MB<\/a><\/p>\n<h5><span dir=\"auto\" style=\"vertical-align: inherit\">File(s) password: www.downloadly.ir<\/span><\/h5>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit\">File size<\/span><\/h3>\n<p><span dir=\"auto\" style=\"vertical-align: inherit\">6.9 GB<\/span><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Description Lambdas in Java \u2013 From Zero to Hero. This course is known as one of the most comprehensive training courses that specifically addresses the topic of<\/p>\n","protected":false},"author":1,"template":"","dgi_category":[10458],"dgi_tag":[46459,119227,119228,119229,119230,119231],"class_list":["post-14639","digital_item","type-digital_item","status-publish","has-post-thumbnail","hentry","dgi_category-video-tutorials","dgi_tag-ajay-iyengar","dgi_tag-course-lambdas-in-java-from-zero-to-hero","dgi_tag-download-course-lambdas-in-java-from-zero-to-hero","dgi_tag-download-lambdas-in-java-from-zero-to-hero","dgi_tag-free-download-lambdas-in-java-from-zero-to-hero","dgi_tag-free-lambdas-in-java-from-zero-to-hero"],"_links":{"self":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/14639","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item"}],"about":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/types\/digital_item"}],"author":[{"embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/14639\/revisions"}],"wp:attachment":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/media?parent=14639"}],"wp:term":[{"taxonomy":"dgi_category","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_category?post=14639"},{"taxonomy":"dgi_tag","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_tag?post=14639"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}