Interface SetWA<T>

    • Method Detail

      • add

        <R extends SetWA<T>> R add​(T value)
        TODO Create method which adds one if not present and otherwise throws exception.
      • addAll

        default <R extends SetWA<T>> R addAll​(T... values)
      • extend

        static <B> SetWA<B> extend​(B prefix,
                                   SetWA<B> sender)
      • extend

        static <A,​B> SetWA<B> extend​(B first_prefix,
                                           B default_prefix,
                                           SetWA<B> sender)