Groovy Documentation

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

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

@groovy.transform.TypeChecked
class F3Extension

Created with IntelliJ IDEA. User: MarkPerry Date: 22/11/13 Time: 10:08 PM To change this template use File | Settings | File Templates.


Method Summary
static F curry(F3 f3)

static P1 f_(F3 f, A a, B b, C c)

static groovy.lang.Closure toClosure(F3 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

curry

static F curry(F3 f3)


f_

static P1 f_(F3 f, A a, B b, C c)


toClosure

static groovy.lang.Closure toClosure(F3 f)


 

Groovy Documentation