Package 

Class KRecyclerItemType


  • 
    public final class KRecyclerItemType<T extends KRecyclerItem<?>>
    
                        

    For internal use. Don't use manually.

    Holds type and corresponding provider function

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Function1<Matcher<View>, T> provideItem
    • Constructor Summary

      Constructors 
      Constructor Description
      KRecyclerItemType(Function1<Matcher<View>, T> provideItem)
    • Method Summary

      Modifier and Type Method Description
      final Function1<Matcher<View>, T> getProvideItem()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KRecyclerItemType

        KRecyclerItemType(Function1<Matcher<View>, T> provideItem)