Interface | Description |
---|---|
Func<TResult> |
Generic function implementation taking no arguments and returning a value
|
Func1<T,TResult> |
Generic function implementation taking a single argument and returning a value
|
Func2<T1,T2,TResult> |
Generic function implementation taking two arguments and returning a value
|
Predicate1<T> |
Generic function implementation taking a single argument and returning true or false
|
ThrowingFunc<TResult> |
Generic function implementation taking no arguments and returning a value (or throwing a checked exception)
|
ThrowingFunc1<T,TResult> |
Generic function implementation taking a single argument and returning a value (or throwing a checked exception)
|
ThrowingPredicate1<T> |
Generic function implementation taking a single argument and returning true or false (or throwing a checked exception)
|
Class | Description |
---|---|
CoreUtils | |
DepthFirstIterator<T> | |
Enumerable<T> | |
Enumerables | |
Funcs | |
Grouping<TKey,TElement> | |
Predicates | |
ReadOnlyIterator<T> | |
ReadOnlyIterator.IterationResult<T> |
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.