Store

public interface Store<E extends Entity> implements Consumer<T>

A function which stores the Entity to its real repository.

Parameters

<E>

the type of entity

Inherited functions

Link copied to clipboard
public abstract void accept(T p)
Link copied to clipboard
public Consumer<T> andThen(Consumer<? extends Object> after)