Interface Memoizer<T>

All Superinterfaces:
Supplier<T>
All Known Implementing Classes:
Memoizer.Impl

public interface Memoizer<T>
extends Supplier<T>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  Memoizer.Impl<T>  
  • Method Summary

    Methods inherited from interface com.aparapi.internal.model.Supplier

    get