Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Functional Interfaces in Java, Ralph Lecessi


Варианты приобретения
Цена: 9083.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-08-18
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Ralph Lecessi
Название:  Functional Interfaces in Java
ISBN: 9781484242773
Издательство: Springer
Классификация:

ISBN-10: 1484242777
Обложка/Формат: Soft cover
Страницы: 410
Вес: 0.81 кг.
Дата издания: 2019
Язык: English
Издание: 1st ed.
Иллюстрации: 10 illustrations, black and white; xvii, 410 p. 10 illus.
Размер: 254 x 178 x 22
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: Fundamentals and Examples
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:
Reduce development time by organizing your programs as chains of functional interfaces and see that the advantages of using functional interfaces include the flexibility and power of inlined functional chains and reuse of functional methods utilized throughout the Java API. You’ll see how complex logical expressions can be reduced to chains of predicates and how chains of comparators can be used to sort data by several criteria in order. Other examples include streams that utilize functional interfaces to filter, sort, transform, and perform calculations on data; CompletableFutures that use functional interfaces to create cascading and parallel execution threads; and JavaFX programs that use functional interfaces to monitor the data backed by their graphical components.
Each chapter contains a complete programming project: the Discount Dave project shows you how to qualify car customers by organizing questions as a list of predicates; the Real Estate Broker project shows you how to use chains of comparators to filter and sort homes according to customer priorities; the Daves Part Inventory project shows you how to query and write reports from an inventory database using stream operations; and the Sentence Builder project shows you how to correct a sentence by implementing each grammar rule as a separate link in a future chain.
Functional Interfaces in Java will help you quickly develop powerful and reliable programs that utilize functional interfaces to implement logic and calculations.
What You Will Learn
Use the functional interfaces in the java.util.function package to perform conditional logic, transform and generate data, and perform calculationsFilter and sort data by several criteria using comparators Process collections and filter, sort, transform, and reduce stream elements with functional interfaces Write cascading and parallel execution threads
Who This Book Is For
Computer science student or a professional Java programmer. This work is a rigorous discussion of the application of functional interfaces, so prerequisites for this text include basic Java programming and object-oriented Java programming.

Дополнительное описание:
1: Functional Interfaces.- 2: Lambda Expressions.- 3: Predicates.- 4: Functions.- 5: Operators.- 6: Consumers.- 7: Suppliers.- 8: Use in Traversing Objects.- 9: Use in Collections.- 10: Use in Comparing Objects.- 11: Use in Optionals.- 12: Use in Str



      Старое издание

Python GUI Programming Cookbook.

Автор: Meier Burkhard
Название: Python GUI Programming Cookbook.
ISBN: 1838827544 ISBN-13(EAN): 9781838827540
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book discusses the complexities inherent in preserving and interpreting the extraordinary range of culturally significant objects entrusted to museums. From how museums acquire their holdings, to how they are conserved, to how accessible they are, the book presents an encompassing look at every aspect of the duties museum by definition assume

Functional and Constraint Logic Programming

Автор: Josep Silva
Название: Functional and Constraint Logic Programming
ISBN: 303016201X ISBN-13(EAN): 9783030162016
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book constitutes the refereed post-conference proceedings of the 26th International Workshop on Functional and Constraint Logic Programming, WFLP 2018, held in Frankfurt/Main, Germany, in September 2018. The papers cover different programming areas of functional and logic programming, including code generation, verification, and debugging.

Introducing Erlang

Автор: St. Laurent Simon
Название: Introducing Erlang
ISBN: 1491973374 ISBN-13(EAN): 9781491973370
Издательство: Wiley
Рейтинг:
Цена: 5067.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: In this updated second edition, author Simon St.Laurent shows you how to write simple Erlang programs by teaching you one skill at a time. By the end of your journey, you`ll understand why Erlang is ideal for concurrency and resilience.

Introducing Elixir: Getting Started in Functional Programming

Автор: Laurent, Eisenberg
Название: Introducing Elixir: Getting Started in Functional Programming
ISBN: 1491956771 ISBN-13(EAN): 9781491956779
Издательство: Wiley
Рейтинг:
Цена: 3166.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Smooth, powerful, and small, Elixir is an excellent language for learning functional programming, and with this hands-on introduction, you`ll discover just how powerful Elixir can be.

Beginning Scala 3: A Functional and Object-Oriented Java Language

Автор: Pollak David, Layka Vishal, Sacco Andres
Название: Beginning Scala 3: A Functional and Object-Oriented Java Language
ISBN: 1484274210 ISBN-13(EAN): 9781484274217
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn the latest version of Scala through simple, practical examples. This book introduces you to the Scala programming language, its object-oriented and functional programming characteristics, and then guides you through Scala constructs and libraries that allow you to assemble small components into high-performance, scalable systems. Beginning Scala 3 explores new Scala 3 language features such as Top-level declarations, Creator applications, Extension methods to add extra functionality to existing types, and Enums. You will also learn new ways to manipulate types via Union types, intersection, literal, and opaque type aliases. Additionally, you’ll see how Implicits are replaced by given and using clauses. After reading this book, you will understand why Scala is judiciously used for critical business applications by leading companies such as Twitter, LinkedIn, Foursquare, the Guardian, Morgan Stanley, Credit Suisse, UBS, and HSBC – and you will be able to use it in your own projects. What You Will Learn * Get started with Scala 3 or Scala language programming in general * Understand how to utilitze OOP in Scala * Perform functional programming in Scala * Master the use of Scala collections, traits and implicits * Leverage Java and Scala interopability * Employ Scala for DSL programming * Use patterns and best practices in Scala Who This Book Is For Those with a background in Java and/or Kotlin who are new to Scala. This book is also for those with some prior Scala experience who want to learn Scala version 3.

Learn JavaFX 17: Building User Experience and Interfaces with Java

Автор: Sharan Kishori, Spдth Peter
Название: Learn JavaFX 17: Building User Experience and Interfaces with Java
ISBN: 148427847X ISBN-13(EAN): 9781484278475
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This unique in-depth tutorial shows you how to start developing rich-client desktop applications using your Java skills and provides comprehensive coverage of JavaFX 17's features. Each chapter starts with an introduction to the topic at hand, followed by a step-by-step discussion of the topic with small snippets of code. The book contains numerous figures aiding readers in visualizing the GUI that is built at every step in the discussion. This book has been revised to include JavaFX 17 and earlier releases since previous edition. It starts with an introduction to JavaFX and its history. It lists the system requirements and the steps to start developing JavaFX applications. It shows you how to create a Hello World application in JavaFX, explaining every line of code in the process. Later in the book, authors Kishori Sharan and Peter Sp?th discuss advanced topics such as 2D and 3D graphics, charts, FXML, advanced controls, and printing. Some of the advanced controls such as TableView, and WebView are covered at length in separate chapters. This book provides complete and comprehensive coverage of JavaFX 17 features; uses an incremental approach to teach JavaFX, assuming no prior GUI knowledge; includes code snippets, complete programs, and pictures; covers MVC patterns using JavaFX; and covers advanced topics such as FXML, effects, transformations, charts, images, canvas, audio and video, DnD, and more. So, after reading and using this book, you'll come away with a comprehensive introduction to the JavaFX APIs. What You Will Learn * How to build JavaFX User Interfaces and Java clients * What are properties, bindings, observable collections, stages, scenes; how to use these * How to play with colors, styling nodes and event handling * How to add user interactivity (mouse, keyboard, DnD) * How to do tables, trees and tree tables * How to do 2D shapes, text nodes, 3D shapes * How to apply effects, transformations, animations, images * How to draw; play audio and video Who is this book for: Developers new to the JavaFX platform. Some prior Java experience is recommended.

Quick Functional Programming

Автор: Matuszek, David
Название: Quick Functional Programming
ISBN: 1032415320 ISBN-13(EAN): 9781032415321
Издательство: Taylor&Francis
Рейтинг:
Цена: 12248.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Professional Scala

Автор: Jensen Mads Hartmann, Shevchenko Ruslan
Название: Professional Scala
ISBN: 178953383X ISBN-13(EAN): 9781789533835
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book teaches you how to build and contribute to Scala programs, recognizing common patterns and techniques used with the language. You`ll learn how to write concise, functional code with Scala. After an introduction to core concepts, syntax, and writing example applications with scalac, you`ll learn about the Scala Collections API and how ...

Learn Scala Programming

Автор: Schmidt Slava
Название: Learn Scala Programming
ISBN: 1788836308 ISBN-13(EAN): 9781788836302
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Today`s Scala is quite different from its earlier versions. The second version of the language is more than twelve years old and has undergone multiple changes related to supported features and library implementation. This book addresses both technical and architectural changes by providing a comprehensive guide to the redesigned standard ...

Hands-On Chatbot Development with Alexa Skills and Amazon Lex

Автор: Williams Sam
Название: Hands-On Chatbot Development with Alexa Skills and Amazon Lex
ISBN: 1788993489 ISBN-13(EAN): 9781788993487
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book will help you to discover important AWS services such as S3 and DyanmoDB. Gain practical experience building end-to-end application workflows using NodeJS and AWS Lambda for your Alexa Skills Kit. You will be able to build conversational interfaces using voice or text and deploy them to platforms like Alexa, Facebook Messenger and Slack.

Trends in Functional Programming

Автор: Micha? Pa?ka; Magnus Myreen
Название: Trends in Functional Programming
ISBN: 3030185052 ISBN-13(EAN): 9783030185053
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book constitutes the thoroughly refereed revised selected papers of the 19th International Symposium on Trends in Functional Programming, TFP 2018, held in Gothenburg, Sweden, in June 2018.

Design, User Experience, and Usability: Designing Interactions

Автор: Marcus
Название: Design, User Experience, and Usability: Designing Interactions
ISBN: 3319918028 ISBN-13(EAN): 9783319918020
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The three-volume set LNCS 10918, 10919, and 10290 constitutes the proceedings of the 7th International Conference on Design, User Experience, and Usability, DUXU 2018, held as part of the 20th International Conference on Human-Computer Interaction, HCII 2018, in Las Vegas, NV, USA in July 2018.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия