Toggle navigation
Home
com.google.common.collect.ImmutableList to com.google.common.util.concurrent.ListenableFuture
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> External
Mapping:
Other
shelf.getBookIdsList().stream().map(id -> bookClient.getBook(GetBookRequest.newBuilder().setId(id).build())).collect(ImmutableList.toImmutableList())
to
shelf.getBookIdsList().stream().map(id -> bookClient.getBook(GetBookRequest.newBuilder().setId(id).build())).collect(ImmutableList.toImmutableList())