前言 一、CompletableFuture 二、静态方法
1、supplyAsync( ) 2、runAsync( ) 3、completedFuture( ) 4、allOf( ) 5、anyOf( ) 三、实例方法
1、Apply 2、accept 3、run 4、combine 5、acceptBoth 6、runAfterBoth 7、applyToEither 8、acceptEither 9、runAfterEither 10、thenCompose

前言 一、CompletableFuture 二、静态方法
1、supplyAsync( ) 2、runAsync( ) 3、completedFuture( ) 4、allOf( ) 5、anyOf( ) 三、实例方法
1、Apply 2、accept 3、run 4、combine 5、acceptBoth 6、runAfterBoth 7、applyToEither 8、acceptEither 9、runAfterEither 10、thenCompose