Load

public interface Load<I, E extends Entity<I, ? extends Object>> implements Function<T, R>

A function which loads an Entity by ID from its real repository.

Parameters

<I>

the type of Entity identifiers

<E>

the type of entity

Inherited functions

Link copied to clipboard
public Function<T, V> andThen<V>(Function<? extends Object, ? extends V> after)
Link copied to clipboard
public abstract R apply(T p)
Link copied to clipboard
public Function<V, R> compose<V>(Function<? extends Object, ? extends T> before)
Link copied to clipboard
public static Function<T, T> identity<T>()