Interface CastFunction.ICastExecutor<ITEM extends IAnyAtomicItem>

    • Method Detail

      • cast

        @NonNull
        ITEM cast​(@NonNull
                  IAnyAtomicItem item)
        Cast the provided item.
        Parameters:
        item - the item to cast
        Returns:
        the item cast to the appropriate type