The Motley Fool Discussion Boards
|
Previous Page | |
Investing/Strategies / New Paradigm Investing |
||
URL:
https://boards.fool.com/so-captain-how-did-you-like-quotcaptain39s-34733200.aspx
|
||
Subject: Re: Beating Cathie - The Machine | Date: 1/26/2021 1:27 PM | |
Author: captainccs | Number: 117034 of 117581 | |
So, Captain, how did you like "Captain's ARK", for the machine you are building? i think it makes perfect sense. Considering that Noah was selected to save humanity, that's quite a compliment! Not my code, but does this work? final List<String> numbers = Arrays.asList("1", "2", "3"); final List<String> filtered = numbers.stream() .filter(num -> !"1".equals(num)) .collect(Collectors.toList()); Don't know, what language is it? I'm using php. Today so far...
Denny Schlesinger |
||
Copyright 1996-2021 trademark and the "Fool" logo is a trademark of The Motley Fool, Inc. Contact Us |