Searched refs:toIterable (Results 1 – 6 of 6) sorted by relevance
34 val singleValue = flux.toIterable().single() in checkSingleValue()42 val singleNotification = flux.materialize().toIterable().single() in checkErroneous()
116 .filter({ word -> checkBlanks.apply(word).toIterable().iterator().next() }) in <lambda>()120 val key = score.apply(word).toIterable().iterator().next() in <lambda>()138 ).toIterable().iterator().next() in <lambda>()
20 public static <T> Iterable<T> toIterable(Enumeration<T> in) { in toIterable() method in Iterables
43 …ing classOrAlias = new PluginFinder(pluginSwitch).findPluginClass(Iterables.toIterable(resources)); in loadImpl()
66 Iterable<String> rlsi = With.toIterable(new FileReaders.ReadLineSimpleIterator(reader)); in parse()
354 public static <T> Iterable<T> toIterable(SimpleIterator<T> simple) { in toIterable() method in With