Interface HasId

    • Method Detail

      • startWith

        default boolean startWith​(HasId hasId)
      • getIds

        static Set<String> getIds​(Collection<? extends HasId> collections)
        Helper method to get string ids from a collection of HasId objects.
        Parameters:
        collections - the collection of HasId.
        Returns:
        a set containing only the string ids.