Index

A B C D E F G H I L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

F

FILEOBJECT_STRINGER - Static variable in interface org.tquadrat.foundation.lang.Stringer
An implementation of Stringer for instances of File.
filter(BiPredicate<? super K, ? super V>) - Method in interface org.tquadrat.foundation.stream.MapStream
Returns a stream consisting of the elements of this stream that match the given predicate.

This is an intermediate operation.
filter(Predicate<? super Map.Entry<K, V>>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
filter(Predicate<? super Map.Entry<K, V>>) - Method in interface org.tquadrat.foundation.stream.MapStream
filter(Predicate<? super T>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
findAny() - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
findAny() - Method in class org.tquadrat.foundation.stream.StreamAdapter
findCaller(String, Class<?>) - Static method in class org.tquadrat.foundation.lang.DebugOutput
This method will find the caller for the method that is identified by its name and class, and returns the appropriate stack trace element.
findFirst() - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
findFirst() - Method in class org.tquadrat.foundation.stream.StreamAdapter
FixList - Annotation Interface in org.tquadrat.foundation.annotation
The annotation container for @BUG annotations.
flatMap(Function<? super Map.Entry<K, V>, ? extends Stream<? extends R>>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
flatMapToDouble(Function<? super Map.Entry<K, V>, ? extends DoubleStream>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
flatMapToInt(Function<? super Map.Entry<K, V>, ? extends IntStream>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
flatMapToLong(Function<? super Map.Entry<K, V>, ? extends LongStream>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
forClass(Class<C>) - Static method in interface org.tquadrat.foundation.lang.StringConverter
Returns an instance of StringConverter for the given Class.
forEach(BiConsumer<K, V>) - Method in interface org.tquadrat.foundation.stream.MapStream
Performs an action for each entry of the Map that was used to construct this stream.

This is a terminal operation.

The behaviour of this operation is explicitly nondeterministic.
forEach(Consumer<? super Map.Entry<K, V>>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
forEach(Consumer<? super T>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
forEachOrdered(Consumer<? super Map.Entry<K, V>>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
forEachOrdered(Consumer<? super T>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
forEachRemaining(Consumer<? super T>) - Method in class org.tquadrat.foundation.stream.internal.SkipUntilSpliterator
forEnum(Class<E>) - Static method in interface org.tquadrat.foundation.lang.StringConverter
Returns an instance of StringConverter for the given Enum type.
fromString(CharSequence) - Method in class org.tquadrat.foundation.lang.GenericStringConverter
Converts the given String to an object instance.
fromString(CharSequence) - Method in class org.tquadrat.foundation.lang.internal.DefaultEnumStringConverter
Converts the given String to an object instance.
fromString(CharSequence) - Method in interface org.tquadrat.foundation.lang.StringConverter
Converts the given String to an object instance.
fromStringConverter(StringConverter<? super A>) - Static method in interface org.tquadrat.foundation.lang.Stringer
Creates a Stringer for the given instance of StringConverter.
Functions - Class in org.tquadrat.foundation.function
Some helper methods for the use with lambdas and functional interfaces.
Functions() - Constructor for class org.tquadrat.foundation.function.Functions
No instance allowed for this class.
A B C D E F G H I L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form