Introducción
  • Introducción
Lambda
  • ¿Que son las Lambdas?
  • Primer Ejemplo de Lambda
  • Diferentes Formatos de la Función Lambda
  • Interfaz Funcional
  • Métodos por Defecto
Referencia a Métodos
  • Referencia a Métodos
  • SetUp Proyecto
  • Referencia a Método Estático
  • Referencia a Método de a Instancia
  • Método Referencia Objeto Arbitrario
  • Referencia a Constructor
Optional
  • Introducción a los Optional
  • Optional or Else
  • Optional Or Else Throw
  • Optional is Present
Streams
  • Streams Java 8
  • ForEach
  • Map
  • Filter
  • FindFirst
  • FlatMap
  • Peek
  • Recapitulando sobre Streams
  • Count
  • Skip y Limit
  • Sorted
  • Min y Max
  • Distinct
  • AllMatch, AnyMatch, NoneMatch
  • Sum, Average, Range
  • Reduce
  • Joining
  • toSet
  • SummarizingDouble
  • PartitioningBy
  • GroupingBy
  • Mapping
  • Streams Paralelo
Funciones de Alto Orden
  • High Order Functions
  • Nuestra Primera High Order Function
  • Mejorando el Código con Lambda
  • Interfaz Funcional Function
  • Interfaces Funcionales BiFunction y Predicate
  • Interfaces Funcionales Consumer y Predicate
Bonus
  • Enhorabuena