Interface Boolean2ObjectFunction<R>

All Superinterfaces:
Function<Boolean,R>

public interface Boolean2ObjectFunction<R> extends Function<Boolean,R>
Created by covers1624 on 3/17/20.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(boolean t)
     
    default R
    Deprecated.

    Methods inherited from interface java.util.function.Function

    andThen, compose