Pluralsight - Streams, Collectors, and Optionals for Data Processing in Java 8
- 收录时间:2018-02-26 23:39:15
- 文件大小:583MB
- 下载次数:241
- 最近下载:2021-01-19 08:09:32
- 磁力链接:
-
文件列表
- 05. Collecting Data in Complex Containers Using Collectors/05_13-Live Coding Building Histograms to Extract the Best Words.mp4 15MB
- 05. Collecting Data in Complex Containers Using Collectors/05_16-Live Coding Computing the Number of Blanks Need for Whizzing.mp4 15MB
- 06. Building Custom Collectors for Advanced Data Processing/06_09-Live Coding Finding the Actor That Played in the Most Movies.mp4 15MB
- 06. Building Custom Collectors for Advanced Data Processing/06_16-Live Coding Extracting the Max of the Submap.mp4 12MB
- 05. Collecting Data in Complex Containers Using Collectors/05_17-Live Coding Computing the Score of Words with Blank Letters.mp4 12MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_12-Implementing Our Own Spliterator The tryAdvance Method.mp4 11MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_17-Live Coding Parallel Stream with the Optional flatMapper.mp4 11MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_22-Live Coding Getting the Word with the Best Score.mp4 11MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_14-Live Coding Splitting a Large Text in Words Using flatMap.mp4 11MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_21-Live Coding Computing the Score of a Word in Scrabble.mp4 11MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_15-Live Coding Building an Optional flatMapper for NewMath.mp4 10MB
- 06. Building Custom Collectors for Advanced Data Processing/06_07-Live Coding Presenting the Actors and Movies Use Case.mp4 10MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_13-Live Coding Merging Streams Using Stream.of and flatMap.mp4 10MB
- 06. Building Custom Collectors for Advanced Data Processing/06_14-Live Coding Writing the Combiner by Merging Maps.mp4 10MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_11-Implementing Our Own Spliterator The First Methods.mp4 9MB
- 05. Collecting Data in Complex Containers Using Collectors/05_15-Live Coding Computing the Histogram of the Letters of a Word.mp4 9MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_14-Live Coding Understanding the Multithreaded Computation.mp4 9MB
- 06. Building Custom Collectors for Advanced Data Processing/06_13-Live Coding Writing the Accumulator.mp4 9MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_15-Live Coding Parallel Reduction, How Can It Go Wrong.mp4 8MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_14-Live Coding Failing to Go Parallel with the Wrong Pattern.mp4 8MB
- 05. Collecting Data in Complex Containers Using Collectors/05_12-Live Coding Introducing the Shakespeare Plays Scrabble Use Case.mp4 8MB
- 06. Building Custom Collectors for Advanced Data Processing/06_15-Live Coding Taking a Global Look at the Custom Collector.mp4 8MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_13-Live Coding How Not to Process Doubles with NewMath.mp4 8MB
- 06. Building Custom Collectors for Advanced Data Processing/06_08-Live Coding Counting the Number of Actors.mp4 7MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_10-Leveraging the flatMap Pattern to Convert an Optional to a Stream.mp4 7MB
- 06. Building Custom Collectors for Advanced Data Processing/06_17-Live Coding Extracting the Max of the Main Map.mp4 7MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_05-The Spliterator Interface, What Do We Need to Implement.mp4 7MB
- 05. Collecting Data in Complex Containers Using Collectors/05_18-Live Coding Computing the Best Words with Blanks.mp4 7MB
- 06. Building Custom Collectors for Advanced Data Processing/06_10-Live Coding Adding the Year Constraint, Introduction.mp4 7MB
- 05. Collecting Data in Complex Containers Using Collectors/05_14-Live Coding Writing Whizzing with a Blank Letter.mp4 7MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_11-Parallel Reduction What Not to Do.mp4 6MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_23-Live Coding Computing Statistics on the Words of Shakespeare.mp4 6MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_04-What Is a Spliterator.mp4 6MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_10-Using Our Own Spliterator Writing the Use Case Pattern.mp4 6MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_13-Implementing the tryAdvance Method Setting the Returned Object.mp4 6MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_06-Stateful and Stateless Operations The Limit Method Example.mp4 6MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_05-Splitting a Text into Words Using the flatMap Pattern.mp4 6MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_08-Parallel Performance Analysis Description of the Use Case.mp4 6MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_09-Using Our Own Spliterator Setting up the Application.mp4 5MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_20-Live Coding Session Introduction of the Scrabble Example.mp4 5MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_02-Optional A First Explanation of the Concept.mp4 5MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_12-Live Coding Session Presentation of the Example.mp4 5MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_19-Specialized Methods min, max and summaryStatistics.mp4 5MB
- 05. Collecting Data in Complex Containers Using Collectors/05_11-Specifying Built Containers, the collectingAndThen Pattern.mp4 5MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_07-State of a Stream The Stream.characteristics Method.mp4 5MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_16-Live Coding Analyzing the Optional flatMapper.mp4 5MB
- 06. Building Custom Collectors for Advanced Data Processing/06_12-Live Coding Writing the Supplier for the Custom Collector.mp4 5MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_02-Concatenating Streams The Stream.concat Pattern.mp4 5MB
- 05. Collecting Data in Complex Containers Using Collectors/05_20-Module Wrapup.mp4 5MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_07-The ArrayListSpliterator the trySplit Method.mp4 4MB
- Exercise files/java8dataprocessingstreamscollectorsoptionals.zip 4MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_04-Patterns to Build an Optional from Scratch.mp4 4MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_03-Tools for Parallel Processing in the JDK.mp4 4MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_09-How Does the Steam Methods Modify the State of a Stream.mp4 4MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_10-A Sneaky Stateful Operation The unordered Method.mp4 4MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_02-Building Parallel Processing on Multithread.mp4 4MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_08-Introduction to the Live Coding How to Write a Spliterator.mp4 4MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_13-Tuning Parallelism Setting the Executor of a Computation.mp4 4MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_06-The ArrayListSpliterator the tryAdvance Method.mp4 4MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_08-What Are the Eight Characteristics of a Stream.mp4 4MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_03-Merging Streams The Stream.of and flatMap Pattern.mp4 4MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_14-Implementing Our Own Spliterator Running the Example.mp4 4MB
- 05. Collecting Data in Complex Containers Using Collectors/05_09-Collecting in a Map The partiionningBy and groupingBy Patterns.mp4 4MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_05-More Optional Patterns The Map, Filter and ifPresent Patterns.mp4 4MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_02-What Are You Going to Learn in This Course.mp4 4MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_04-Parallel Streams First Patterns.mp4 3MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_06-Splitting a Text into Words Putting the Result in a Set.mp4 3MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_03-What Should You Know to Follow This Course Agenda of This Module.mp4 3MB
- 05. Collecting Data in Complex Containers Using Collectors/05_05-The Collectors Class We Have a Collector for That.mp4 3MB
- 06. Building Custom Collectors for Advanced Data Processing/06_20-Module Wrapup.mp4 3MB
- 06. Building Custom Collectors for Advanced Data Processing/06_19-Other Custom Collectors The summaryStatistics Pattern.mp4 3MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_03-Patterns to Use an Optional as a Wrapper Type That Can Be Empty.mp4 3MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_16-Streams of Numbers Converting from a Stream of Objects.mp4 3MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_09-Parallel Performance Analysis Understanding the Computing Times.mp4 3MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_01-Introduction to the Course.mp4 3MB
- 06. Building Custom Collectors for Advanced Data Processing/06_11-Live Coding Setting the Custom Downstream Collector.mp4 3MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_24-Live Coding Session and Module Wrapup.mp4 3MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_17-Optimizing the Conversion from a Stream of Objects.mp4 3MB
- 06. Building Custom Collectors for Advanced Data Processing/06_06-Putting it All Together The Collector.of Pattern.mp4 3MB
- 05. Collecting Data in Complex Containers Using Collectors/05_03-A First Antipattern to Reduce a Stream in a List.mp4 3MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_09-How Does the Optional.flatMap Pattern Work.mp4 3MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_18-Module Wrapup.mp4 3MB
- 06. Building Custom Collectors for Advanced Data Processing/06_03-Collectors Made of a Supplier, an Accumulator, and a Combiner.mp4 3MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_04-How Does the flatMap Pattern Work Examples.mp4 3MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_19-Module Wrapup.mp4 3MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_07-Introduction to Advanced Optional Patterns The NewMath Example.mp4 3MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_08-Building a First Data Processing Pipeline with the NewMath Class.mp4 3MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_12-Tuning Parallelism Setting the Size of the Common Fork Join Pool.mp4 3MB
- 06. Building Custom Collectors for Advanced Data Processing/06_18-Live Coding Session Summary.mp4 3MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_10-State of a Stream A First Example.mp4 3MB
- 05. Collecting Data in Complex Containers Using Collectors/05_10-Adding a Downstream Collector to Process Map Values.mp4 3MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_18-Patterns to Build Streams of Numbers.mp4 3MB
- 06. Building Custom Collectors for Advanced Data Processing/06_05-Example of a Combiner for an ArrayList.mp4 2MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_05-Caveats in Parallel Processing Synchronization and Visibility.mp4 2MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_16-Live Coding Parallel Reduction, Hint at the Collector Pattern.mp4 2MB
- 05. Collecting Data in Complex Containers Using Collectors/05_01-Introduction and Agenda of the Module.mp4 2MB
- 05. Collecting Data in Complex Containers Using Collectors/05_19-Live Coding Session Summary.mp4 2MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_11-Building a Parallel Data Processing Pipeline with NewMath.mp4 2MB
- 06. Building Custom Collectors for Advanced Data Processing/06_04-Example of a Supplier and Accumulator for an ArrayList.mp4 2MB
- 06. Building Custom Collectors for Advanced Data Processing/06_01-Introduction and Agenda of the Module.mp4 2MB
- 05. Collecting Data in Complex Containers Using Collectors/05_06-Computing a Max and an Average with a Collector.mp4 2MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_01-Introduction and Agenda of the module.mp4 2MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_18-Live Coding Session Summary.mp4 2MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_01-Introduction and Agenda of the Module.mp4 2MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_01-Introduction and Agenda of the Module.mp4 2MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_16-Module Wrapup.mp4 2MB
- 05. Collecting Data in Complex Containers Using Collectors/05_04-Reduction in a List The Right Pattern with a Collector.mp4 2MB
- 05. Collecting Data in Complex Containers Using Collectors/05_08-Collecting Data in a Set.mp4 2MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_17-Live Coding Session Summary.mp4 2MB
- 06. Building Custom Collectors for Advanced Data Processing/06_02-What if We Need Collectors that Are Not in the Collectors Class.mp4 1MB
- 01. Connecting Streams toCustom SourcesThe SpliteratorPattern/01_15-Live Coding Session Wrapup.mp4 1MB
- 03. ParallelDataProcessingPipelines Using Java 8 Streams/03_07-How to Tell a Stateless Operation from a Stateful One.mp4 1MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_11-How to Use the Stream.sorted Method with a Comparator.mp4 1MB
- 05. Collecting Data in Complex Containers Using Collectors/05_02-What Is a Collector A Look Back at the Reduction Step.mp4 1MB
- 02. Advanced Java 8 Stream Patterns FlatMap, Streams of Numbers/02_15-Live Coding Session Summary.mp4 1MB
- 05. Collecting Data in Complex Containers Using Collectors/05_07-Building Strings with a Collector.mp4 1MB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_06-How We Can See an Optional as a Special Kind of Stream.mp4 940KB
- 04. BuildingErrorlessProcessing Pipelines with Optionals/04_12-Introduction to the Live Coding Session.mp4 354KB