Class OngoingDeferredIterableBinaryPredicate<S>

  • Type Parameters:
    S - the type of the scalar values (elements of the field)

    public class OngoingDeferredIterableBinaryPredicate<S>
    extends java.lang.Object
    Provides methods to describe the right hand part of a binary predicate for Iterable @Expressions

    This class is part of the tensorics fluent API.

    • Constructor Detail

      • OngoingDeferredIterableBinaryPredicate

        public OngoingDeferredIterableBinaryPredicate​(ExtendedField<S> field,
                                                      Expression<java.lang.Iterable<S>> left)
    • Method Detail

      • isLessThan

        public Expression<java.lang.Boolean> isLessThan​(S value)