Interface MinMaxBounds.BoundsFactory<T extends Number,R extends MinMaxBounds<T>>

Enclosing class:
MinMaxBounds<T extends Number>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface MinMaxBounds.BoundsFactory<T extends Number,R extends MinMaxBounds<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(T p_55330_, T p_55331_)
     
  • Method Details

    • create

      R create(@Nullable T p_55330_, @Nullable T p_55331_)