Uses of Interface
org.javimmutable.collections.Func0

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
<V> LazyCursor<V>
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
<R> Func0<R>
ReflectionFunctions.method(Object obj, String name)
          Returns a Func0 instance that calls the specified non-static method on the specified java object.
static
<R> Func0<R>
ReflectionFunctions.staticMethod(Class klass, String name)
          Returns a Func0 instance that calls the specified static method on the specified java object.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.