Package 

Class Memoize1

  • All Implemented Interfaces:
    kotlin.Function , kotlin.Function1

    
    public final class Memoize1<T extends Object, R extends Object>
     implements Function1<T, R>
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      Memoize1(Function1<T, R> f)
    • Method Summary

      Modifier and Type Method Description
      final ConcurrentHashMap<T, R> getValues()
      final Function1<T, R> getF()
      R invoke(T x)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait