Uses of Interface
de.scravy.bedrock.Function1
| Package | Description |
|---|---|
| de.scravy.bedrock |
-
Uses of Function1 in de.scravy.bedrock
Subinterfaces of Function1 in de.scravy.bedrock Modifier and Type Interface Description interfaceMapping<From,To>A Mapping from keys to values.interfaceThrowingFunction<A,R>Classes in de.scravy.bedrock that implement Function1 Modifier and Type Class Description classArrayMap<K extends Comparable<? super K>,V>A very simple immutable map that is backed by two arrays (one for the keys, one for the values).static classMapping.EmptyMapping<K,V>classMultiValuedKeyMap<T>Methods in de.scravy.bedrock that return Function1 Modifier and Type Method Description default Function1<B,R>Function2. bind(A a)default Function1<C,R>Function3. bind(A a, B b)default Function1<D,R>Function4. bind(A a, B b, C c)default Function1<A,Function1<B,R>>Function2. curried()static <A, R> Function1<A,R>Functions. f1(Function<A,R> f)static <A, R> Function1<A,R>Function1. from(Function<A,R> f)default Function1<Tuple2<A,B>,R>Function2. tupled()default Function1<Tuple3<A,B,C>,R>Function3. tupled()