Fn

public interface Fn<R> implements Function<T, R>

A function which accepts a class of EnvironmentType and returns a value configured in a ServerEnvironment.

Parameters

<R>

the type of the configured value

Inherited functions

Link copied to clipboard
public Function<T, V> andThen<V>(Function<? extends Object, ? extends V> after)
Link copied to clipboard
public abstract R apply(T p)
Link copied to clipboard
public Function<V, R> compose<V>(Function<? extends Object, ? extends T> before)
Link copied to clipboard
public static Function<T, T> identity<T>()