Groovy Documentation

com.github.mperry.fg
[Groovy] Class FExtension

java.lang.Object
  com.github.mperry.fg.FExtension

@groovy.transform.TypeChecked
class FExtension

Created with IntelliJ IDEA. User: MarkPerry Date: 1/12/13 Time: 3:23 PM To change this template use File | Settings | File Templates.


Method Summary
static P1 f_(F f, A a)

static groovy.lang.Closure toClosure(F f)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

f_

static P1 f_(F f, A a)


toClosure

static groovy.lang.Closure toClosure(F f)


 

Groovy Documentation