Interface Mixins
public interface Mixins
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
Mixins.FieldEqualityTrait<T extends DataType>
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionasBoolean
(ExpressionFragment<?> mixin, boolean isNullable) static Mixins.BooleanField
asDouble
(ExpressionFragment<?> mixin, boolean isNullable) static Mixins.DoubleField
asFloat
(ExpressionFragment<?> mixin, boolean isNullable) static Mixins.FloatField
static Mixins.IntExpressionFragment
asInt
(ExpressionFragment<?> mixin, boolean isNullable) static Mixins.IntField
asLong
(ExpressionFragment<?> mixin, boolean isNullable) static Mixins.LongField
asString
(ExpressionFragment<?> mixin, boolean isNullable) static Mixins.StringField
-
Method Details
-
asBoolean
-
asInt
-
asLong
-
asFloat
-
asDouble
-
asString
-
asBoolean
@Nonnull static Mixins.BooleanExpressionFragment asBoolean(ExpressionFragment<?> mixin, boolean isNullable) -
asInt
-
asLong
@Nonnull static Mixins.LongExpressionFragment asLong(ExpressionFragment<?> mixin, boolean isNullable) -
asFloat
@Nonnull static Mixins.FloatExpressionFragment asFloat(ExpressionFragment<?> mixin, boolean isNullable) -
asDouble
@Nonnull static Mixins.DoubleExpressionFragment asDouble(ExpressionFragment<?> mixin, boolean isNullable) -
asString
@Nonnull static Mixins.StringExpressionFragment asString(ExpressionFragment<?> mixin, boolean isNullable)
-