Groovy Documentation

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

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

@groovy.transform.TypeChecked
class F6Extension

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(F6 f6)

static P1 f_(F6 f6, A a, B b, C c, D d, E e, $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

curry

static F curry(F6 f6)


f_

static P1 f_(F6 f6, A a, B b, C c, D d, E e, $F f)


 

Groovy Documentation