Uses of Interface
pt.compiler.helper.Func

Packages that use Func
pt.compiler.helper   
 

Uses of Func in pt.compiler.helper
 

Methods in pt.compiler.helper with parameters of type Func
static
<T> java.lang.String
SourceHelper.join(java.lang.Iterable<T> iterable, java.lang.String separator, Func<java.lang.String,T> map)
          Combines an iterable set of elements into a string with each element separated by the specified separator.