Class LongSubject


  • public class LongSubject
    extends ComparableSubject<LongSubject,​Long>
    Propositions for long subjects.
    Author:
    David Saff, Christian Gruber (cgruber@israfil.net), Kurt Alfred Kluever
    • Method Detail

      • isInclusivelyInRange

        @Deprecated
        public void isInclusivelyInRange​(long lower,
                                         long upper)
        Deprecated.
        Use isIn(Range.closed(lower, upper)) instead.
        Attests that a Subject is inclusively within the lower and upper bounds provided or fails.
      • isBetween

        @Deprecated
        public void isBetween​(long lower,
                              long upper)
        Deprecated.
        Use isIn(Range.open(lower, upper)) instead.
        Attests that a Subject is exclusively within the lower and upper bounds provided or fails.
      • isEqualTo

        public void isEqualTo​(int other)
      • is

        public void is​(int other)
      • is

        public void is​(short other)
      • is

        public void is​(byte other)