Package 

Class Memoize1

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

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

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

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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