Class QueryableDefaults.ReplayableQueryable<T>

    • Constructor Detail

      • ReplayableQueryable

        public ReplayableQueryable()
    • Method Detail

      • iterator

        public java.util.Iterator<T> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<T>
      • castSingle

        <U> U castSingle()
        Convenience method, for QueryableRecorder methods that return a scalar value such as boolean or BigDecimal.
      • castQueryable

        public <U> Queryable<U> castQueryable()
        Convenience method, for QueryableRecorder methods that return a Queryable of a different element type than the source.