Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.tivoli.maximo.util.Supplier

  • Packages that use Supplier 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler  
    com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign  
    com.ibm.tivoli.maximo.miniapps.scheduler.max  
    com.ibm.tivoli.maximo.util  
    • Uses of Supplier in com.ibm.tivoli.maximo.miniapps.scheduler

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler that return Supplier 
      Modifier and Type Method and Description
      Supplier AbstractTreeGridMiniAppBean.beanSupplier() 
      Supplier AbstractTreeGridMiniAppBean.uiOptionsSupplier() 
      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler with parameters of type Supplier 
      Constructor and Description
      AssignmentFilterState(Supplier modelSupplier) 
      MXSerializationHelper(Supplier userInfo) 
    • Uses of Supplier in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign

      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign with parameters of type Supplier 
      Constructor and Description
      ModelSerializer(Supplier optionsSupplier, UISerializationHelper helper) 
      UISerializer(Supplier optionsSupplier, Supplier beanSupplier) 
      UISerializer(Supplier optionsSupplier, Supplier beanSupplier) 
    • Uses of Supplier in com.ibm.tivoli.maximo.miniapps.scheduler.max

      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.max with parameters of type Supplier 
      Constructor and Description
      ModelSerializer(Supplier optionsSupplier, MaxSerializationHelper helper) 
      UISerializer(Supplier optionsSupplier, Supplier beanSupplier) 
      UISerializer(Supplier optionsSupplier, Supplier beanSupplier) 
    • Uses of Supplier in com.ibm.tivoli.maximo.util

      Methods in com.ibm.tivoli.maximo.util that return Supplier 
      Modifier and Type Method and Description
      static Supplier Supplier.Factory.cache(Supplier in)
      Creates a supplier that defers creating the object until it is needed, and then will always return the same object for future calls to get().
      static Supplier Supplier.Factory.forObject(java.lang.Object in)
      Creates a supplier that always returns the given object.
      Methods in com.ibm.tivoli.maximo.util with parameters of type Supplier 
      Modifier and Type Method and Description
      static Supplier Supplier.Factory.cache(Supplier in)
      Creates a supplier that defers creating the object until it is needed, and then will always return the same object for future calls to get().
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes