{"id":506,"date":"2018-06-08T08:17:24","date_gmt":"2018-06-07T20:17:24","guid":{"rendered":"https:\/\/content.ronella.xyz\/apps\/wordpress\/?p=506"},"modified":"2018-06-08T08:21:34","modified_gmt":"2018-06-07T20:21:34","slug":"java-core-functional-interfaces","status":"publish","type":"post","link":"https:\/\/www.ronella.xyz\/?p=506","title":{"rendered":"Java Core Functional Interfaces"},"content":{"rendered":"<h4>Description<\/h4>\n<p>Functional interface is an interface with a single abstract method (SAM).<\/p>\n<h4>List of Core Functional Interfaces<\/h4>\n\n<table id=\"tablepress-4\" class=\"tablepress tablepress-id-4\">\n<thead>\n<tr class=\"row-1 odd\">\n\t<th class=\"column-1\">Interface Name<\/th><th class=\"column-2\">Arguments<\/th><th class=\"column-3\">Returns<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\">BiConsumer&lt;T,U&gt;<\/td><td class=\"column-2\">(T, U)<\/td><td class=\"column-3\">void<\/td>\n<\/tr>\n<tr class=\"row-3 odd\">\n\t<td class=\"column-1\">BiFunction&lt;T, U, R&gt;<\/td><td class=\"column-2\">(T, U)<\/td><td class=\"column-3\">R<\/td>\n<\/tr>\n<tr class=\"row-4 even\">\n\t<td class=\"column-1\">BinaryOperator&lt;T&gt;<\/td><td class=\"column-2\">(T, T)<\/td><td class=\"column-3\">T<\/td>\n<\/tr>\n<tr class=\"row-5 odd\">\n\t<td class=\"column-1\">BiPredicate&lt;T,U&gt;<\/td><td class=\"column-2\">(T, U)<\/td><td class=\"column-3\">boolean<\/td>\n<\/tr>\n<tr class=\"row-6 even\">\n\t<td class=\"column-1\">Consumer&lt;T&gt;<\/td><td class=\"column-2\">T<\/td><td class=\"column-3\">void<\/td>\n<\/tr>\n<tr class=\"row-7 odd\">\n\t<td class=\"column-1\">Function&lt;T, R&gt;<\/td><td class=\"column-2\">T<\/td><td class=\"column-3\">R<\/td>\n<\/tr>\n<tr class=\"row-8 even\">\n\t<td class=\"column-1\">Predicate&lt;T&gt;<\/td><td class=\"column-2\">T<\/td><td class=\"column-3\">boolean<\/td>\n<\/tr>\n<tr class=\"row-9 odd\">\n\t<td class=\"column-1\">Supplier&lt;T&gt;<\/td><td class=\"column-2\"><\/td><td class=\"column-3\">T<\/td>\n<\/tr>\n<tr class=\"row-10 even\">\n\t<td class=\"column-1\">UnaryOperator&lt;T&gt;<\/td><td class=\"column-2\">T<\/td><td class=\"column-3\">T<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-4 from cache -->\n","protected":false},"excerpt":{"rendered":"<p>Description Functional interface is an interface with a single abstract method (SAM). List of Core Functional Interfaces<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[33],"tags":[],"_links":{"self":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/506"}],"collection":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=506"}],"version-history":[{"count":6,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/506\/revisions"}],"predecessor-version":[{"id":522,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/506\/revisions\/522"}],"wp:attachment":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=506"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=506"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}