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

com.rumwei.base.ConditionGW Maven / Gradle / Ivy

package com.rumwei.base;


import com.google.common.annotations.GwtCompatible;
import com.google.errorprone.annotations.CanIgnoreReturnValue;

import javax.annotation.Nullable;

@FunctionalInterface
@GwtCompatible
public interface ConditionGW extends java.util.function.Function{

    @CanIgnoreReturnValue
    @Nullable
    Boolean apply(@Nullable E var1);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy