Skip navigation links
B C D E F G H I L M N O P R S T U 

B

BreakException - Exception in org.jmmo.util
The exception that do not collect a stack trace.
BreakException() - Constructor for exception org.jmmo.util.BreakException
 
BreakException(Object) - Constructor for exception org.jmmo.util.BreakException
 
BreakException(String, Object) - Constructor for exception org.jmmo.util.BreakException
 

C

cancel() - Method in interface org.jmmo.util.Cancelable
 
Cancelable - Interface in org.jmmo.util
Some action that can be canceled
causes(Throwable) - Static method in class org.jmmo.util.StreamUtil
 
closeStream() - Method in class org.jmmo.util.impl.FilesIterator
 
current - Variable in class org.jmmo.util.impl.FilesIterator
 

D

directories - Variable in class org.jmmo.util.impl.FilesIterator
 
directories(Path) - Static method in class org.jmmo.util.StreamUtil
Finds directories within a given directory and its subdirectories.
directories(Path, String) - Static method in class org.jmmo.util.StreamUtil
Finds directories within a given directory and its subdirectories.
directories(Path, DirectoryStream.Filter<Path>) - Static method in class org.jmmo.util.StreamUtil
Finds directories within a given directory and its subdirectories.
directoriesAndFiles(Path) - Static method in class org.jmmo.util.StreamUtil
Finds directories within a given directory and its subdirectories.
directoriesAndFiles(Path, String) - Static method in class org.jmmo.util.StreamUtil
Finds directories and files within a given directory and its subdirectories.
directoriesAndFiles(Path, DirectoryStream.Filter<Path>) - Static method in class org.jmmo.util.StreamUtil
Finds directories and files within a given directory and its subdirectories.

E

equals(Object) - Method in class org.jmmo.util.Holder
 

F

files(Path) - Static method in class org.jmmo.util.StreamUtil
Finds files within a given directory and its subdirectories.
files(Path, String) - Static method in class org.jmmo.util.StreamUtil
Finds files within a given directory and its subdirectories.
files(Path, DirectoryStream.Filter<Path>) - Static method in class org.jmmo.util.StreamUtil
Finds files within a given directory and its subdirectories.
FilesIterator - Class in org.jmmo.util.impl
 
FilesIterator(Path) - Constructor for class org.jmmo.util.impl.FilesIterator
 
FilesIterator(Path, DirectoryStream.Filter<Path>) - Constructor for class org.jmmo.util.impl.FilesIterator
 
fromIterator(Iterator<T>) - Static method in class org.jmmo.util.StreamUtil
 
fromIterator(Iterator<T>, int) - Static method in class org.jmmo.util.StreamUtil
 

G

getValue() - Method in exception org.jmmo.util.BreakException
 
getValue() - Method in class org.jmmo.util.Holder
 

H

hashCode() - Method in class org.jmmo.util.Holder
 
hasNext() - Method in class org.jmmo.util.impl.FilesIterator
 
Holder<T> - Class in org.jmmo.util
Mutable holder to make possible have a side effect inside lambdas
Holder() - Constructor for class org.jmmo.util.Holder
 
Holder(T) - Constructor for class org.jmmo.util.Holder
 

I

initStream(FilesIterator.DirectoryItem) - Method in class org.jmmo.util.impl.FilesIterator
 
iteratorFilter(Iterator<T>, Predicate<? super T>) - Static method in class org.jmmo.util.StreamUtil
Returns an iterator consisting of the elements of this stream that match the given predicate.
iteratorFlatMap(Iterator<T>, Function<? super T, ? extends Iterator<? extends R>>) - Static method in class org.jmmo.util.StreamUtil
Returns an iterator consisting of the results of replacing each element of this iterator with the contents of a mapped iterator produced by applying the provided mapping function to each element.
iteratorMap(Iterator<T>, Function<? super T, ? extends R>) - Static method in class org.jmmo.util.StreamUtil
Returns an iterator consisting of the results of applying the given function to the elements of this iterator.

L

lastDirectory - Variable in class org.jmmo.util.impl.FilesIterator
 
LazyToString - Class in org.jmmo.util
 
LazyToString(Supplier<?>) - Constructor for class org.jmmo.util.LazyToString
 

M

matchGroups(Matcher) - Static method in class org.jmmo.util.StreamUtil
 
matchGroups(Matcher, int) - Static method in class org.jmmo.util.StreamUtil
 
matchResults(Matcher) - Static method in class org.jmmo.util.StreamUtil
 

N

next() - Method in class org.jmmo.util.impl.FilesIterator
 
nullable(T) - Static method in class org.jmmo.util.StreamUtil
 

O

optional(Optional<T>) - Static method in class org.jmmo.util.StreamUtil
 
org.jmmo.util - package org.jmmo.util
 
org.jmmo.util.impl - package org.jmmo.util.impl
 

P

pollNextDirectory() - Method in class org.jmmo.util.impl.FilesIterator
 

R

remove() - Method in class org.jmmo.util.impl.FilesIterator
 
resultNull(Runnable) - Static method in class org.jmmo.util.StreamUtil
Executes runnable then return null of required type
resultVoid(Supplier<T>) - Static method in class org.jmmo.util.StreamUtil
Executes something that returns result and ignore result
run() - Method in interface org.jmmo.util.StreamUtil.ThrowableRunnable
 

S

setValue(T) - Method in class org.jmmo.util.Holder
 
sneakyThrow(Throwable) - Static method in class org.jmmo.util.StreamUtil
Throws checked exceptions like unchecked ones
StreamUtil - Class in org.jmmo.util
 
StreamUtil.ThrowableRunnable - Interface in org.jmmo.util
Runnable that throw some exception
supply(Supplier<T>) - Static method in class org.jmmo.util.StreamUtil
 

T

toOptional() - Method in class org.jmmo.util.Holder
 
toString() - Method in class org.jmmo.util.Holder
 
toString() - Method in class org.jmmo.util.LazyToString
 

U

unchecked(Callable<R>) - Static method in class org.jmmo.util.StreamUtil
Prevent necessity to check exceptions from lambdas that return some result
unchecked(StreamUtil.ThrowableRunnable) - Static method in class org.jmmo.util.StreamUtil
Prevent necessity to check exceptions from lambdas that don't return any result
uncheckedNull(StreamUtil.ThrowableRunnable) - Static method in class org.jmmo.util.StreamUtil
Prevent necessity to check exceptions from lambdas that don't return any result, then return null of required type
uncheckedVoid(Callable<R>) - Static method in class org.jmmo.util.StreamUtil
Prevent necessity to check exceptions from lambdas that return some result and ignore result
B C D E F G H I L M N O P R S T U 
Skip navigation links

Copyright © 2018. All rights reserved.