Uses of Interface
com.github.mustachejava.Iteration
-
Packages that use Iteration Package Description com.github.mustachejava com.github.mustachejava.codes com.github.mustachejava.reflect -
-
Uses of Iteration in com.github.mustachejava
Methods in com.github.mustachejava with parameters of type Iteration Modifier and Type Method Description java.io.WriterObjectHandler. falsey(Iteration iteration, java.io.Writer writer, java.lang.Object object, java.util.List<java.lang.Object> scopes)Call Iteration.next() either 0 (true) or 1 (fale) times.java.io.WriterTypeCheckingHandler. falsey(Iteration iteration, java.io.Writer writer, java.lang.Object object, java.util.List<java.lang.Object> scopes)java.io.WriterObjectHandler. iterate(Iteration iteration, java.io.Writer writer, java.lang.Object object, java.util.List<java.lang.Object> scopes)Iterate over an object by calling Iteration.next for each value.java.io.WriterTypeCheckingHandler. iterate(Iteration iteration, java.io.Writer writer, java.lang.Object object, java.util.List<java.lang.Object> scopes) -
Uses of Iteration in com.github.mustachejava.codes
Classes in com.github.mustachejava.codes that implement Iteration Modifier and Type Class Description classIterableCodeclassNotIterableCodeRuns the enclosed template once if the value is falsey. -
Uses of Iteration in com.github.mustachejava.reflect
Methods in com.github.mustachejava.reflect with parameters of type Iteration Modifier and Type Method Description java.io.WriterBaseObjectHandler. falsey(Iteration iteration, java.io.Writer writer, java.lang.Object object, java.util.List<java.lang.Object> scopes)java.io.WriterBaseObjectHandler. iterate(Iteration iteration, java.io.Writer writer, java.lang.Object object, java.util.List<java.lang.Object> scopes)
-