Created
          February 14, 2018 22:27 
        
      - 
      
 - 
        
Save HashRaygoza/44eb5fde7b72309ac42367032ecbd0b2 to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ventas.stream().forEach((venta) -> { | |
| estados.stream().filter((estado) -> (Objects.equals(venta.getPc(), estado.getPc()))).filter((estado) -> (estado.getPcStatus() != 5)).forEach((_item) -> { | |
| imprimibles.add(venta); | |
| }); | |
| }); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment