redrield
03/31/2017, 2:08 AMredrield
03/31/2017, 2:08 AMcedric
03/31/2017, 2:09 AMredrield
03/31/2017, 2:10 AMredrield
03/31/2017, 2:13 AMcedric
03/31/2017, 2:14 AMredrield
03/31/2017, 2:14 AMredrield
03/31/2017, 2:14 AMcedric
03/31/2017, 2:15 AM./kobaltw --listTemplates
cedric
03/31/2017, 2:15 AMPlug-in: Kobalt
"java" Generate a simple Java project
"kotlin" Generate a simple Kotlin project
"kobaltPlugin" Generate a sample Kobalt plug-in project
Then just do ./kobaltw --init kobaltPlugin
cedric
03/31/2017, 2:15 AMredrield
03/31/2017, 2:15 AMredrield
03/31/2017, 2:15 AMerlu
03/31/2017, 4:58 AMgroostav
03/31/2017, 6:37 PMCompletableFuture
factories.... so you need wrappers...
public static <U> CompletableFuture<U> supplyAsync(Supplier<U> supplier,
Executor executor) {
why, you monsters oracle, why do this. It doesn't look good in java either. Everybody on earth wants non-lambda arguments first.kevinmost
03/31/2017, 6:47 PMexecutor.supplyAsync { ... }
is still nicerRuckus
03/31/2017, 7:18 PMnoctarius
03/31/2017, 7:20 PMsreich
03/31/2017, 8:56 PMsreich
03/31/2017, 8:56 PMmessage
and uses that from a diff class, to printlnsreich
03/31/2017, 8:56 PMkonsoletyper
03/31/2017, 9:38 PMsss
04/01/2017, 3:46 AMsss
04/01/2017, 3:46 AMcedric
04/01/2017, 3:49 AMelect
04/01/2017, 10:28 AManthonyeef
04/01/2017, 2:03 PMsreich
04/01/2017, 2:06 PMkartikpatodi
04/01/2017, 2:13 PM