Package 

Class SingletonImagePainterKt

    • Method Summary

      Modifier and Type Method Description
      final static <ERROR CLASS> rememberImagePainter(Object data)
      final static <ERROR CLASS> rememberImagePainter(Object data, Function2<Triple<AsyncImagePainter.State, ImageRequest, Size>, Triple<AsyncImagePainter.State, ImageRequest, Size>, Boolean> onExecute)
      final static <ERROR CLASS> rememberImagePainter(Object data, Function1<ImageRequest.Builder, Unit> builder)
      final static <ERROR CLASS> rememberImagePainter(Object data, Function2<Triple<AsyncImagePainter.State, ImageRequest, Size>, Triple<AsyncImagePainter.State, ImageRequest, Size>, Boolean> onExecute, Function1<ImageRequest.Builder, Unit> builder)
      final static <ERROR CLASS> rememberImagePainter(ImageRequest request)
      final static <ERROR CLASS> rememberImagePainter(ImageRequest request, Function2<Triple<AsyncImagePainter.State, ImageRequest, Size>, Triple<AsyncImagePainter.State, ImageRequest, Size>, Boolean> onExecute)
      • Methods inherited from class java.lang.Object

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