Timeline for What is the difference between Callable<T> and Java 8's Supplier<T>?
Current License: CC BY-SA 3.0
        5 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 10, 2018 at 2:10 | comment | added | dimo414 | 
        
            
    @Basilevs no it doesn't - it's just not usable in places that expect a Supplier, such as the stream API. You absolutely can pass lambdas and method references to methods that take a Callable.
        
     | 
|
| Jun 28, 2016 at 9:18 | comment | added | Basilevs | This makes Callable unusable as argument in functional interfaces. | |
| Jun 17, 2016 at 3:58 | review | Late answers | |||
| Jun 17, 2016 at 8:12 | |||||
| Jun 17, 2016 at 3:43 | review | First posts | |||
| Jul 14, 2016 at 0:27 | |||||
| Jun 17, 2016 at 3:42 | history | answered | srrm_lwn | CC BY-SA 3.0 |