Neo4j Community

org.neo4j.helpers
Interface Thunk<T>

Type Parameters:
T -

public interface Thunk<T>

http://en.wikipedia.org/wiki/Thunk_%28functional_programming%29 A parameter-less function for lazy evaluation to prevent the evaluation of an expression until forced at a later time.


Method Summary
 T evaluate()
           
 

Method Detail

evaluate

T evaluate()

Neo4j Community

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.