|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Func0 | |
---|---|
org.javimmutable.collections.cursors | |
org.javimmutable.collections.util |
Uses of Func0 in org.javimmutable.collections.cursors |
---|
Methods in org.javimmutable.collections.cursors with parameters of type Func0 | ||
---|---|---|
static
|
LazyCursor.of(Func0<Cursor<V>> factory)
Creates a new LazyPersistentIterator using the specified factory. |
Constructors in org.javimmutable.collections.cursors with parameters of type Func0 | |
---|---|
LazyCursor(Func0<Cursor<V>> factory)
Creates a new LazyCursor for the specified factory. |
Uses of Func0 in org.javimmutable.collections.util |
---|
Methods in org.javimmutable.collections.util that return Func0 | ||
---|---|---|
static
|
ReflectionFunctions.method(Object obj,
String name)
Returns a Func0 instance that calls the specified non-static method on the specified java object. |
|
static
|
ReflectionFunctions.staticMethod(Class klass,
String name)
Returns a Func0 instance that calls the specified static method on the specified java object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |