Interface MutableBuilder<B extends MutableBuilder<B,​T>,​T>

    • Method Detail

      • applyMutation

        @Nonnull
        default B applyMutation​(@Nonnull
                                java.util.function.Consumer<? super B> mutator)
        Apply a mutation to this object.
        Parameters:
        mutator - the mutation to apply
        Returns:
        this object