JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
addImplicitConversion(Class, Class, Closure)
- Method in
ClassExtensionMethods
Adds an implicit conversion to a class's meta class to another type.
ArrayExtensionMethods
- Class in
com.bloidonia.groovy.extensions
@author Tim Yates
average(Collection<V>)
- Method in
CollectionExtensionMethods
Calculate the mean, median, variance and standard deviation of a Collection of Numbers
B
C
clamp(Range<T>, Range<T>)
- Method in
NumericExtensionMethods
Clamp a Range so that it falls within the bounds of another Range
ClassExtensionMethods
- Class in
com.bloidonia.groovy.extensions
@author MartyNeal
CollectionExtensionMethods
- Class in
com.bloidonia.groovy.extensions
@author Tim Yates
CollectionExtensionMethods.AverageStats
- Class in
com.bloidonia.groovy.extensions
CollectionExtensionMethods.TransposingIterator
- Class in
com.bloidonia.groovy.extensions
CollectionExtensionMethods.TransposingIterator(List<List<T>>, List<Integer>)
- Constructor in
CollectionExtensionMethods.TransposingIterator
ConfigObjectExtensionMethods
- Class in
com.bloidonia.groovy.extensions
@author dwoods
D
E
F
FileExtensionMethods
- Class in
com.bloidonia.groovy.extensions
Extends
File
with common extension methods not found in Groovy core (currently ;)).
G
H
hasNext()
- Method in
CollectionExtensionMethods.TransposingIterator
hexdump(byte[])
- Method in
ArrayExtensionMethods
Generate a hex-dump of a byte array.
I
J
K
L
M
merge(Map, Map, Boolean)
- Method in
ConfigObjectExtensionMethods
N
next()
- Method in
CollectionExtensionMethods.TransposingIterator
NodeChildExtensionMethods
- Class in
com.bloidonia.groovy.extensions
User: dan-woods Date: 11/20/12
NumericExtensionMethods
- Class in
com.bloidonia.groovy.extensions
@author Tim Yates
O
ObjectExtensionMethods
- Class in
com.bloidonia.groovy.extensions
@author Tim Yates
P
Q
R
rand(Iterator<T>, int, boolean, Random)
- Method in
CollectionExtensionMethods
Select a list of n random items from the Iterator
remove()
- Method in
CollectionExtensionMethods.TransposingIterator
S
sort(Collection, boolean, Closure)
- Method in
CollectionExtensionMethods
Sort a list based on a collection of Closures.
StringExtensionMethods
- Class in
com.bloidonia.groovy.extensions
@author Matt Burgess
T
take(List, int)
- Method in
CollectionExtensionMethods
Take up to n items from a List.
tap(Object, Closure)
- Method in
ObjectExtensionMethods
Taken from Ruby, the
tap
method executes the closure using the object as the delegate – internally, it just calls
self.with c
and then it returns the object it was called on.
toConfig(String)
- Method in
StringExtensionMethods
toJson(String)
- Method in
StringExtensionMethods
toMap(NodeChild, String)
- Method in
NodeChildExtensionMethods
toString()
- Method in
CollectionExtensionMethods.AverageStats
toXml(String, XMLReader)
- Method in
StringExtensionMethods
transposedIterator(List<List<T>>, List<Integer>)
- Method in
CollectionExtensionMethods
Return a TransposingIterator that returns an element from each list in turn.
U
unzip(File, File, Closure<Boolean>)
- Method in
FileExtensionMethods
Unzips this file.
V
W
withClosable(Object, Closure)
- Method in
ObjectExtensionMethods
Will execute closure passing 'self' as a parameter to the closure.
X
Y
Z
ZIP_EXTENSION
- Field in
FileExtensionMethods
zip(File, File, Closure<Boolean>)
- Method in
FileExtensionMethods
Zips this
File
and places it in the optional
destination
directory.
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation