Groovy Documentation

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

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

@groovy.transform.TypeChecked
class F2Extension

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_(F2 f, A a, B b)

static groovy.lang.Closure toClosure(F2 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_(F2 f, A a, B b)


toClosure

static groovy.lang.Closure toClosure(F2 f)


 

Groovy Documentation