All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zpf.api.IGroup Maven / Gradle / Ivy

package com.zpf.api;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

import java.lang.reflect.Type;

/**
 * Created by ZPF on 2022/5/30
 */
public interface IGroup {

    boolean remove(@NonNull Object obj, @Nullable Type asType);

    boolean add(@NonNull Object obj, @Nullable Type asType);

    int size(@Nullable Type asType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy