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

B

C

clamp(Math, float, float, float) - Method in MathStaticExtensions
Clamp a float value to the given range.

D

E

executeAndShutdown(ExecutorService, Closure<T>) - Method in ExecutorServiceExtensions
Execute the given closure, performing a shutdown after it has exited (see shutdownAwaitTermination).
ExecutorServiceExtensions - Class in nz.net.ultraq.extensions
Extensions to the ExecutorService interface.

F

G

getOrCreate(Map<K, V>, K, Closure<V>) - Method in MapExtensions
Very similar to Groovy's Map.get(Object key, Object defaultValue) method, but allows the default value to be created in a closure.
getOrCreate(Object, String, Closure<T>) - Method in ObjectExtensions
Retrieves a value from any object that supports the subscript operators (square bracket notation, implemented by the getAt/putAt methods).

H

I

J

K

L

M

MapExtensions - Class in nz.net.ultraq.extensions
Extensions to the Map interface.
MathStaticExtensions - Class in nz.net.ultraq.extensions
Static method extensions to the Math class.

N

O

ObjectExtensions - Class in nz.net.ultraq.extensions
Extensions to the base Object class.

P

Q

R

S

shutdownAwaitTermination(ExecutorService) - Method in ExecutorServiceExtensions
Initiate a shutdown, waiting 5 seconds before forcing termination.

T

U

V

W

X

Y

Z

_

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 _