Package org.immutables.generator
Class Builtins
java.lang.Object
org.immutables.generator.Builtins
- Direct Known Subclasses:
AbstractTemplate
Built-in operations, functions and accessors.
Planned to be moved to import/implicit resolution
rather that inheritance.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal Voidfinal booleanfinal Templates.Binary<Object, Object, Boolean> final Templates.Binary<Object, Object, Boolean> final Templates.Binary<Object, String, Boolean> final Templates.Binary<Object, Object, Boolean> final Templates.Binary<Object, Object, Boolean> final Templates.Binary<Object, Collection<?>, Boolean> final Builtins.Literalfinal Templates.Binary<Object, Object, Boolean> final com.google.common.base.Predicate<Object> final Templates.Binary<Object, Collection<?>, Boolean> final Templates.Binary<Object, Object, Boolean> final Templates.Binary<Object, Object, Boolean> final com.google.common.base.Predicate<Object> final Templates.Binary<Object, String, Boolean> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
$$true
public final boolean $$true- See Also:
-
$$false
public final boolean $$false- See Also:
-
$$null
-
not
-
singular
-
size
-
eq
-
eqref
-
ne
-
and
-
andnot
-
or
-
ornot
-
startsWith
-
endsWith
-
in
-
notin
-
literal
-
emptyIfZero
-
toUpper
-
toLower
-
toConstant
-
toSafeIdentifier
-
-
Constructor Details
-
Builtins
public Builtins()
-