public class Builtins extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Builtins.Literal |
| Modifier and Type | Field and Description |
|---|---|
boolean |
$$false |
boolean |
$$true |
Templates.Binary<Object,Object,Boolean> |
and |
ClasspathAvailability |
classpath |
com.google.common.base.Function<Integer,String> |
emptyIfZero |
Templates.Binary<Object,Object,Boolean> |
eq |
Templates.Binary<Object,Object,Boolean> |
eqref |
Builtins.Literal |
literal |
Templates.Binary<Object,Object,Boolean> |
ne |
com.google.common.base.Predicate<Object> |
not |
Templates.Binary<Object,Object,Boolean> |
or |
Output |
output |
com.google.common.base.Predicate<Object> |
singular |
com.google.common.base.Function<Object,Integer> |
size |
com.google.common.base.Function<Object,String> |
toConstant |
com.google.common.base.Function<Object,String> |
toLower |
com.google.common.base.Function<Object,String> |
toSafeIdentifier |
com.google.common.base.Function<Object,String> |
toUpper |
| Constructor and Description |
|---|
Builtins() |
public final boolean $$true
public final boolean $$false
public final Output output
public final ClasspathAvailability classpath
public final com.google.common.base.Predicate<Object> not
public final com.google.common.base.Predicate<Object> singular
public final Templates.Binary<Object,Object,Boolean> eq
public final Templates.Binary<Object,Object,Boolean> eqref
public final Templates.Binary<Object,Object,Boolean> ne
public final Templates.Binary<Object,Object,Boolean> and
public final Templates.Binary<Object,Object,Boolean> or
public final Builtins.Literal literal
Copyright © 2016 The Immutables.org authors. All rights reserved.