<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Functional programming in Java</title>
    <subTitle>harness the power of streams and lambda expressions</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Subramaniam, Venkat</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">autor,</roleTerm>
    </role>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Carter, Jacquelyn</namePart>
    <role>
      <roleTerm type="text">editor,</roleTerm>
    </role>
    <role>
      <roleTerm authority="marcrelator" type="code">edt</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xx</placeTerm>
    </place>
    <dateIssued encoding="marc">2023</dateIssued>
    <edition>2ª edición.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">spa</languageTerm>
  </language>
  <language objectPart="translation">
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>247 páginas : ilustraciones; 24 centímetros.</extent>
  </physicalDescription>
  <abstract>Imagine writing Java code that reads like the problem statement, code that's highly expressive, concise, easy to read and modify, and has reduced complexity. With the functional programming capabilities in Java, that's not a fantasy. This book will guide you from the familiar imperative style through the practical aspects of functional programming, using plenty of examples. Apply the techniques you learn to turn highly complex imperative code into elegant and easy-to-understand functional-style code. Updated to the latest version of Java, this edition has four new chapters on error handling, refactoring to functional style, transforming data, and idioms of functional programming.</abstract>
  <note type="statement of responsibility">Venkat Subramaniam ; edited by Jacquelyn Carter.</note>
  <note>Segunda edición. Obra sobre programación funcional en Java con énfasis en streams y expresiones lambda.</note>
  <subject authority="lcsh">
    <topic>Java (Lenguaje de programación)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Programación funcional (Informática)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Expresiones lambda (Informática)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Streams (Informática)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Desarrollo de software</topic>
  </subject>
  <classification authority="ddc" edition="23">005.133 S941</classification>
  <relatedItem type="series">
    <titleInfo>
      <title>The Pragmatic Programmers</title>
    </titleInfo>
  </relatedItem>
  <identifier type="isbn">9781680509793</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">CO-ViULL</recordContentSource>
    <recordCreationDate encoding="marc">230101</recordCreationDate>
    <recordChangeDate encoding="iso8601">20260803104648.0</recordChangeDate>
  </recordInfo>
</mods>
