com.aldebaran.qi
public interface Function<T,R>
Future
s by
supplying it to: Future.andThenApply(Function)
,
Future.andThenCompose(Function)
, Future.thenApply(Function)
and Future.thenCompose(Function)
For a simpler use, prefer using Consumer
implementation.
Copyright © 2019. All rights reserved.