Skip navigation links
Java8 Utils, 0.4.0
C E F G P S T V 

C

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

E

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.

F

findNthFilename(StackTraceElement[], int) - Static method in enum com.github.nill14.utils.exception.StackTraceParser
 
formatReference(StackTraceElement) - Static method in enum com.github.nill14.utils.exception.StackTraceParser
 

G

getCalledMethod(Exception, int) - Static method in enum com.github.nill14.utils.exception.StackTraceParser
 
GuavaCollectors - Class in com.github.nill14.utils.java8.stream
static import com.github.nill14.utils.java8.stream.GuavaCollectors.*

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().

S

StackTraceParser - Enum in com.github.nill14.utils.exception
 
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

T

toImmutableList() - Static method in class com.github.nill14.utils.java8.stream.GuavaCollectors
 
toImmutableList(Stream<T>) - Static method in class com.github.nill14.utils.java8.stream.GuavaCollectors
 
toImmutableSet() - Static method in class com.github.nill14.utils.java8.stream.GuavaCollectors
 
toImmutableSet(Stream<T>) - Static method in class com.github.nill14.utils.java8.stream.GuavaCollectors
 

V

valueOf(String) - Static method in enum com.github.nill14.utils.exception.StackTraceParser
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.nill14.utils.exception.StackTraceParser
Returns an array containing the constants of this enum type, in the order they are declared.
C E F G P S T V 
Skip navigation links
Java8 Utils, 0.4.0

Copyright © 2016. All rights reserved.