public class IntegerTryParser extends Object implements Function<String,Optional<Integer>>
IntegerTryParser(int radix)
Optional<Integer>
apply(String parsee)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public IntegerTryParser(int radix)
public Optional<Integer> apply(String parsee)
apply
Function<String,Optional<Integer>>
Copyright © 2017. All rights reserved.