icasue.reflect.handles.arrays.AryOF Maven / Gradle / Ivy
package icasue.reflect.handles.arrays;
import icasue.reflect.handles.object.ObjectOF;
import icasue.reflect.exceptions.HandleException;
import icasue.reflect.handles.HandleSupplier;
import icasue.reflect.handles.OFAble;
import icasue.reflect.handles.exception.ExceptionOF;
import icasue.reflect.handles.predicate.SureOF;
import java.util.function.Function;
/**
* @Author: Qiao Hang
* @CreateDate: 2020/12/4 上午10:56
* @UpdateDate:
* @Description:
*/
public class AryOF implements OFAble {
/**
* create_ (type,len)
* get_ (ary,idx)
* set_ (ary,idx,val)
* copy_ (ary,len)
* stream_ (ary)
* asList_ (ary) *notNull
*
* All method check pass.
*/
public static HandleSupplier.FunctionAry