Uses of Interface
org.immutables.generator.Templates.Binary
Packages that use Templates.Binary
-
Uses of Templates.Binary in org.immutables.generator
Fields in org.immutables.generator declared as Templates.BinaryModifier and TypeFieldDescriptionfinal Templates.Binary<Object, Object, Boolean> Builtins.andfinal Templates.Binary<Object, Object, Boolean> Builtins.andnotfinal Templates.Binary<Object, String, Boolean> Builtins.endsWithfinal Templates.Binary<Object, Object, Boolean> Builtins.eqfinal Templates.Binary<Object, Object, Boolean> Builtins.eqreffinal Templates.Binary<Object, Collection<?>, Boolean> Builtins.infinal Templates.Binary<Object, Object, Boolean> Builtins.nefinal Templates.Binary<Object, Collection<?>, Boolean> Builtins.notinfinal Templates.Binary<Object, Object, Boolean> Builtins.orfinal Templates.Binary<Object, Object, Boolean> Builtins.ornotfinal Templates.Binary<Object, String, Boolean> Builtins.startsWithMethods in org.immutables.generator with parameters of type Templates.BinaryModifier and TypeMethodDescriptionstatic <L,R, T> T Intrinsics.$(L left, Templates.Binary<? super L, ? super R, T> binary, R right) static <A,B> void Intrinsics.$(Templates.Invokation invokation, A left, Templates.Binary<? super A, ? super B, ?> binary, B right) -
Uses of Templates.Binary in org.immutables.value.processor
Fields in org.immutables.value.processor declared as Templates.BinaryModifier and TypeFieldDescriptionprotected final Templates.Binary<HasStyleInfo, String, Boolean> AbstractValuesTemplate.allowsClasspathAnnotation