Interface MessageSearcher<Q,​M extends PMessage<M>>

    • Method Detail

      • searchBuilders

        @Nonnull
        default <B extends PMessageBuilder<M>> java.util.List<B> searchBuilders​(@Nonnull
                                                                                Q query)
        Get a list of builders for the query input. No modifications to the returned builders will be reflected onto the store.
        Type Parameters:
        B - The builder type.
        Parameters:
        query - The key to look up.
        Returns:
        List of builders that matches query Q.