Class IngredientCollectionPrototypeMap.QuantityApplier<T,M>

java.lang.Object
org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap.QuantityApplier<T,M>
All Implemented Interfaces:
com.google.common.base.Function<Map.Entry<T,Long>,T>, Function<Map.Entry<T,Long>,T>
Enclosing class:
IngredientCollectionPrototypeMap<T,M>

protected static class IngredientCollectionPrototypeMap.QuantityApplier<T,M> extends Object implements com.google.common.base.Function<Map.Entry<T,Long>,T>
  • Constructor Details

  • Method Details

    • apply

      @Nullable public T apply(@Nullable Map.Entry<T,Long> input)
      Specified by:
      apply in interface com.google.common.base.Function<T,M>
      Specified by:
      apply in interface Function<T,M>