Class FluentIterable.FromIterableFunction<E>

  • All Implemented Interfaces:
    Function<java.lang.Iterable<E>,​FluentIterable<E>>, java.util.function.Function<java.lang.Iterable<E>,​FluentIterable<E>>
    Enclosing class:
    FluentIterable<E>

    private static class FluentIterable.FromIterableFunction<E>
    extends java.lang.Object
    implements Function<java.lang.Iterable<E>,​FluentIterable<E>>
    Function that transforms Iterable<E> into a fluent iterable.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FluentIterable<E> apply​(java.lang.Iterable<E> fromObject)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • FromIterableFunction

        private FromIterableFunction()