Interface CSetSupplier<X>

All Superinterfaces:
SetSupplier

public interface CSetSupplier<X> extends SetSupplier
Helper interface for creating new set instances with automatically inferred types
Author:
Claus Stadler 11/09/2020
  • Method Summary

    Modifier and Type
    Method
    Description
    default <X extends Set<?>>
    CSetSupplier<X>
     
    <T> CSet<T,X>
    get()
     

    Methods inherited from interface SetSupplier

    wrapAsCSet