Interface RLSupplier<T>

All Superinterfaces:
Serializable, Supplier<T>

public interface RLSupplier<T> extends Supplier<T>, Serializable
Created by ruedi on 29/08/15.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get