Meta tags:
description= Articles about lambda;
keywords= lambda;
Headings (most frequently used words):
lambda,
Text of the page (most frequently used words):
java (59), #lambda (18), project (14), and (11), the (10), with (10), post (9), var (8), junit (8), this (7), collections (7), default (6), methods (6), from (6), streams (6), talk (5), lambdas (5), can (5), your (5), optional (5), get (5), core (5), about (5), code (5), tests (5), you (4), clean (4), generics (4), pattern (4), matching (4), community (4), next (3), impulse (3), expressions (3), operator (3), classes (3), techniques (3), stream (3), that (3), 2018 (3), some (3), libraries (3), all (3), record (3), records (3), serialization (3), follow (3), share (3), pioneer (3), demos (3), license (2), privacy (2), rss (2), stackoverflow (2), github (2), twitch (2), youtube (2), discord (2), mastodon (2), bluesky (2), 2014 (2), discussing (2), peek (2), under (2), hood (2), how (2), instances (2), non (2), capturing (2), 2015 (2), has (2), elvis (2), null (2), but (2), roll (2), own (2), anonymous (2), are (2), last (2), 2017 (2), exceptions (2), thrown (2), without (2), traits (2), dynamic (2), create (2), for (2), testing (2), lang (2), tricks (2), dev (2), video (2), inside (2), newscast (2), sequenced (2), order (2), more (2), javaone (2), active (2), various (2), platforms (2), watch (2), space (2), there (2), notified (2), when (2), publish (2), new (2), content (2), talks (2), libfx (2), args (2), turn (2), year (2), tools (2), switch (2), reflection (2), valhalla (2), panama (2), loom (2), leyden (2), amber (2), performance (2), patterns (2), ramp (2), migration (2), meta (2), maven (2), javafx (2), basics (2), j_ms (2), dop (2), documentation (2), deprecation (2), libs (2), architecture (2), tags (2), works (2), javascript (2), contact, imprint, given, brian, goetz, goto, conference, 2013, aarhus, see, creation, lead, unexpected, possibly, bug, inducing, behavior, coalescing, safe, member, selection, method, references, pirate, verbose, obfuscating, functional, implementations, oust, them, their, strongholds, mainly, abstract, getting, rid, help, most, out, helping, master, features, expert, repackage, checked, pipeline, they, compiler, complaining, repackaging, makes, possible, hoc, combine, into, instance, matches, exact, requirements, alas, downsides, unlocking, run, time, example, parameterize, hierarchical, test, plans, define, live, coding, where, show, off, need, know, then, fun, 2021, compact, constructors, boolean, generic, wildcards, chaining, predicates, comparators, jpackage, jlink, here, handpicked, 2022, introduce, abstraction, known, encounter, like, lists, sets, maps, will, easy, add, remove, first, elements, iterate, reverse, also, immutable, pure, functions, purity, everything, slides, upcoming, past, schedule, recordings, virtual, threads, vector, structured, concurrency, lilliput, galahad, babylon, openjdk, conversation, book, club, videos, jms, newsletter, blog, posts, rant, jigsaw, jdeps, review, comments, words, site, well, even, better, enabled, nipafx,
Text of the page (random words):
lambda nipafx this site works well without javascript but it works even better with javascript enabled bluesky mastodon discord youtube twitch github stackoverflow rss words tags architecture clean code clean comments code review collections community core lang core libs default methods deprecation documentation dop generics impulse j_ms java 10 java 11 java 12 java 13 java 16 java 17 java 18 java 20 java 23 java 24 java 25 java 26 java 27 java 8 java 9 java basics java next javafx jdeps js junit 5 junit pioneer lambda libfx libraries maven meta migration on ramp optional pattern matching patterns performance project amber project jigsaw project leyden project loom project panama project valhalla rant record args records reflection serialization streams switch techniques testing tools turn of the year var blog posts newsletter the jms videos tags ai architecture book club clean code collections community conversation core libs deprecation documentation dop generics j_ms java 10 java 11 java 12 java 16 java 17 java 18 java 19 java 21 java 22 java 23 java 24 java 25 java 26 java 27 java 28 java 8 java 9 java basics java next javafx junit 5 junit pioneer lambda libraries maven meta migration on ramp openjdk optional pattern matching patterns performance project amber project babylon project galahad project leyden project lilliput project loom project panama project valhalla records reflection serialization streams structured concurrency switch techniques tools turn of the year var vector virtual threads recordings streams schedule code demos demos demos junit pioneer record args libfx talks my talks past upcoming slides about about me license privacy everything about lambda lambda share follow share this post with your community i m active on various platforms watch this space or follow me there to get notified when i publish new content s f share this post with your community i m active on various platforms watch this space or follow me there to get notified when i publish new content sequenced collections purity and more at javaone inside java newscast 31 video collections lambda sequenced collections introduce an abstraction for collections with a known encounter order like all lists and some sets and maps it will be easy to add get or remove the first and last elements and to iterate or stream in reverse order we re also discussing immutable collections and pure functions more on all of this at javaone 2022 08 11 11 tricks from dev java inside java newscast 14 video generics lambda pattern matching records serialization from compact record constructors to boolean expressions in pattern matching from generic wildcards to chaining predicates and comparators from jpackage to jlink here are 11 java tricks handpicked from dev java 2021 10 28 fun with var talk core lang default methods generics lambda java 10 var a live coding talk where i show off all you need to know about var in java and then some 2018 11 08 junit 5 dynamic tests post junit 5 lambda libraries testing with junit 5 s dynamic tests we can create tests at run time for example to parameterize tests create hierarchical test plans or define tests with lambdas 2018 08 05 unlocking traits with var post default methods java 10 lambda var in java 10 var makes it is possible to ad hoc combine traits into an instance that matches your exact requirements alas it has some downsides 2018 06 25 repackaging exceptions in streams post clean code java 8 lambda streams how to repackage checked exceptions that get thrown in a java stream pipeline so that they can be thrown without the compiler complaining about it 2017 02 13 expert java 8 talk java 8 lambda streams optional default methods with this talk i help you get the most out of lambdas stream s optional s and default methods helping you master java 8 s core features 2017 02 07 getting rid of anonymous classes post java 8 lambda techniques anonymous classes are verbose and obfuscating functional implementations can oust them from their last strongholds mainly abstract classes 2015 04 17 roll your own pirate elvis operator post java 8 lambda optional java has no elvis operator or null coalescing operator null safe member selection but with lambda expressions method references you can roll your own 2015 03 16 instances of non capturing lambdas post default methods java 8 lambda see how java s creation of instances of non capturing lambda expressions can lead to unexpected and possibly bug inducing behavior 2014 12 08 impulse lambdas in java a peek under the hood post java next impulse java 8 lambda discussing the talk lambdas in java a peek under the hood given by brian goetz at the goto conference 2013 in aarhus 2014 11 09 bluesky mastodon discord youtube twitch github stackoverflow rss imprint privacy contact license
|