Skip navigation links
Java8 Utils, 0.2.3
C E G I P R S T 

C

com.github.nill14.utils.annotation - package com.github.nill14.utils.annotation
 
com.github.nill14.utils.executor - package com.github.nill14.utils.executor
 
com.github.nill14.utils.java8.stream - package com.github.nill14.utils.java8.stream
 

E

execute(Runnable) - Method in class com.github.nill14.utils.executor.SwingExecutor
 
ExecutorUtils - Class in com.github.nill14.utils.java8.stream
 
Experimental - Annotation Type in com.github.nill14.utils.annotation
The API annotated with Experimental is subject to change and should not be widely used.

G

GuavaCollectors - Class in com.github.nill14.utils.java8.stream
static import com.github.nill14.utils.java8.stream.GuavaCollectors.*

I

instance() - Static method in class com.github.nill14.utils.executor.SwingExecutor
 

P

parallelExecution(ExecutorService, Collection<E>, Function<E, R>) - Static method in class com.github.nill14.utils.java8.stream.ExecutorUtils
Similar to parallel stream but executes in ExecutorService not ForkJoinPool.commonPool().

R

ReschedulableTask - Class in com.github.nill14.utils.executor
ReschedulableTask provides some extra methods over ScheduledExecutorService
ReschedulableTask(ScheduledExecutorService, Runnable) - Constructor for class com.github.nill14.utils.executor.ReschedulableTask
 
reschedule(long, TimeUnit) - Method in class com.github.nill14.utils.executor.ReschedulableTask
Re-schedule the given task so that it get invoked only once.

S

scheduleOnce(long, TimeUnit) - Method in class com.github.nill14.utils.executor.ReschedulableTask
Schedule the execution of the command only once.
stream(Iterator<T>) - Static method in class com.github.nill14.utils.java8.stream.StreamUtils
Convert iterator to stream.
stream(Supplier<Boolean>, Supplier<T>) - Static method in class com.github.nill14.utils.java8.stream.StreamUtils
Consider using Stream.generate(Supplier) followed by Stream.limit(long) in case the element count is know in advance.
StreamUtils - Class in com.github.nill14.utils.java8.stream
Utility class for streams
SwingExecutor - Class in com.github.nill14.utils.executor
Executor adapter scheduling on Swing event dispatch thread.
SwingExecutor() - Constructor for class com.github.nill14.utils.executor.SwingExecutor
 

T

toImmutableList() - Static method in class com.github.nill14.utils.java8.stream.GuavaCollectors
 
toImmutableSet() - Static method in class com.github.nill14.utils.java8.stream.GuavaCollectors
 
C E G I P R S T 
Skip navigation links
Java8 Utils, 0.2.3

Copyright © 2015. All rights reserved.