Please enable JavaScript to view the comments powered by Disqus.Bound
Search

Bound

Example
Instant.now()::isAfter
Lambda Equivalent
Instant then = Instant.now();t-> then.isAfter(t);