A B C D E F G H I L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- fill(int, A) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Creates an
ImmutableNonEmptyVectorthat repeats the same elementsizetimes. - fill(int, A) - Static method in interface software.kes.collectionviews.Vector
-
Creates an
ImmutableVectorthat repeats the same elementsizetimes. - find(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.collectionviews.Set
-
Finds an element of this
Setthat satisfies a predicate, if any. - findIndex(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.collectionviews.Vector
-
Finds the first element of this
Vectorthat satisfies a predicate, if any, and returns its index. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
-
Maps a function over this
ImmutableNonEmptyVector. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.collectionviews.ImmutableVector
-
Maps a function over this
ImmutableVector. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.collectionviews.NonEmptyVector
-
Maps a function over this
NonEmptyVector. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.collectionviews.Vector
-
Maps a function over this
Vector.
All Classes All Packages