Package ion.Core

Class Property.ChooseRandomHandler

  • All Implemented Interfaces:
    ion.Meta.IHashed<ion.Meta.TypeSet>
    Enclosing class:
    Property<TValue>

    protected final class Property.ChooseRandomHandler
    extends ion.Meta.RequestHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void invoke​(ion.Meta.IReadOnlyQueueSet<ion.Meta.Request> requests)  
      • Methods inherited from class ion.Meta.RequestHandler

        getType
      • Methods inherited from class java.lang.Object

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

      • ChooseRandomHandler

        public ChooseRandomHandler()
    • Method Detail

      • invoke

        public void invoke​(ion.Meta.IReadOnlyQueueSet<ion.Meta.Request> requests)
        Specified by:
        invoke in class ion.Meta.RequestHandler