Interface IObjectCollection<T>

    • Method Detail

      • size

        int size()
      • stream

        default IStream<T,​java.lang.RuntimeException> stream()
      • toCollection

        java.util.Collection<T> toCollection()
      • toList

        java.util.List<T> toList()
      • isEmpty

        boolean isEmpty()