Class JoinedResults.Transform

  • All Implemented Interfaces:
    com.google.common.base.Function<java.util.List<java.lang.Object>,​JoinedResults>, java.util.function.Function<java.util.List<java.lang.Object>,​JoinedResults>
    Enclosing class:
    JoinedResults

    static class JoinedResults.Transform
    extends java.lang.Object
    implements com.google.common.base.Function<java.util.List<java.lang.Object>,​JoinedResults>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>> futures  
    • Constructor Summary

      Constructors 
      Constructor Description
      Transform​(java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>> list)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JoinedResults apply​(java.util.List<java.lang.Object> input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Function

        equals
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • futures

        private final java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>> futures
    • Constructor Detail

      • Transform

        Transform​(java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>> list)
    • Method Detail

      • apply

        public JoinedResults apply​(java.util.List<java.lang.Object> input)
        Specified by:
        apply in interface com.google.common.base.Function<java.util.List<java.lang.Object>,​JoinedResults>
        Specified by:
        apply in interface java.util.function.Function<java.util.List<java.lang.Object>,​JoinedResults>