Interface MinMaxBounds.IBoundFactory<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 public static interface MinMaxBounds.IBoundFactory<T extends Number,R extends MinMaxBounds<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(T p_create_1_, T p_create_2_)
     
  • Method Details

    • create

      R create(@Nullable T p_create_1_, @Nullable T p_create_2_)